Class: GITPOINT::Git

Inherits:
Thor
  • Object
show all
Defined in:
lib/gitpoint/git.rb

Instance Method Summary collapse

Constructor Details

#initializeGit

Returns a new instance of Git.



3
4
5
# File 'lib/gitpoint/git.rb', line 3

def initialize
  @@git ||= Github.new basic_auth: basic_authentication
end