From a05fd5b048a911876d45dd5bde3c9d0d546eb3ef Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 5 Feb 2015 10:45:27 -0500 Subject: [PATCH 1/1] remove notes on git --- notes-git | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 notes-git diff --git a/notes-git b/notes-git deleted file mode 100644 index 4ccb972d..00000000 --- a/notes-git +++ /dev/null @@ -1,9 +0,0 @@ -git commit -a : -a stages all files that are tracked and modified - without needing to explicitly git add them. -git remote show origin -git pull origin master -when ready to post: - git checkout shared - git merge cb -git mergetool (requires setting [merge] tool = vimdiff in config) -git pull = fetch + merge -- 2.11.0