From: Chris Date: Thu, 5 Feb 2015 15:45:27 +0000 (-0500) Subject: remove notes on git X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=a05fd5b048a911876d45dd5bde3c9d0d546eb3ef;hp=cadad1a4324b56bb6b32cd062a84671cc23c7a28 remove notes on 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