From 290032dd5567cfb79c04dac3d1566c3ef5b980b0 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 21 May 2018 11:57:10 -0400 Subject: [PATCH] git rm function note --- git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.md b/git.md index c264444..32025e1 100644 --- a/git.md +++ b/git.md @@ -17,4 +17,4 @@ Branches ### Non-Standard Activities ### * merge only a single file into another branch `git checkout -- ` -* do not track `git rm ` \ No newline at end of file +* delete from repo and file system `git rm ` \ No newline at end of file