Method: Git::Lib#branch_new
- Defined in:
- lib/git/lib.rb
#branch_new(branch)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1279 1280 1281 |
# File 'lib/git/lib.rb', line 1279 def branch_new(branch) command('branch', branch) end |