Class: Flux::CLI::Git

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

Constant Summary collapse

G =
Flux::Git

Instance Method Summary collapse

Instance Method Details

#fetchObject



11
12
13
# File 'lib/flux/cli/git.rb', line 11

def fetch
  G.git.fetch
end