From 8e782669d4c1274c48edee49f01f0fda1e7afdbf Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 31 May 2018 09:12:07 -0400 Subject: [PATCH] add note on remote tracking --- git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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