add note on remote tracking
This commit is contained in:
parent
290032dd55
commit
8e782669d4
3
git.md
3
git.md
@ -17,4 +17,5 @@ Branches
|
|||||||
### Non-Standard Activities ###
|
### Non-Standard Activities ###
|
||||||
|
|
||||||
* merge only a single file into another branch `git checkout <branch> -- <file>`
|
* merge only a single file into another branch `git checkout <branch> -- <file>`
|
||||||
* delete from repo and file system `git rm <file>`
|
* delete from repo and file system `git rm <file>`
|
||||||
|
* set current branch to track remote `git branch -u <origin>/<branch>`
|
Loading…
Reference in New Issue
Block a user