This commit is contained in:
Paul Trowbridge 2018-06-15 00:22:23 -04:00
commit aaf3873b1d
1 changed files with 2 additions and 1 deletions

3
git.md
View File

@ -17,4 +17,5 @@ Branches
### Non-Standard Activities ###
* 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>`