Merge branch 'master' of https://github.com/fleetside72/notes
This commit is contained in:
commit
aaf3873b1d
1
git.md
1
git.md
@ -18,3 +18,4 @@ Branches
|
|||||||
|
|
||||||
* 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