[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: OT git question



Hi 
 
- git pull

Fetch data from remote repository and merge local branch or rebase it on top of new commits.

 
- git pull -b karma
I do know what "-b" is.
Documentation also doesn't: https://git-scm.com/docs/git-pull

$ git pull -b asd
error: unknown switch `b'
 
There is "git checkout -b" to checkout as branch


Reply to: