lib/git-utils/push_branch.rb in git-utils-0.6.2 vs lib/git-utils/push_branch.rb in git-utils-0.6.3
- old
+ new
@@ -9,10 +9,10 @@
puts opts.to_s; exit 0
end
end
end
- # Returns a command appropriate for executing at the command line
+ # Returns a command appropriate for executing at the command line.
def cmd
c = ["git push --set-upstream origin #{current_branch}"]
c << argument_string(unknown_options) unless unknown_options.empty?
c.join(" ")
end
\ No newline at end of file