git rm function note

This commit is contained in:
Paul Trowbridge 2018-05-21 11:57:10 -04:00
parent 81f0bd9227
commit 290032dd55

2
git.md
View File

@ -17,4 +17,4 @@ Branches
### Non-Standard Activities ###
* merge only a single file into another branch `git checkout <branch> -- <file>`
* do not track `git rm <file>`
* delete from repo and file system `git rm <file>`