diff --git a/git.md b/git.md index 32025e1..9c7b805 100644 --- a/git.md +++ b/git.md @@ -17,4 +17,5 @@ Branches ### Non-Standard Activities ### * merge only a single file into another branch `git checkout -- ` -* delete from repo and file system `git rm ` \ No newline at end of file +* delete from repo and file system `git rm ` +* set current branch to track remote `git branch -u /` \ No newline at end of file