remove notes on git
authorChris <chris.barker@nyu.edu>
Thu, 5 Feb 2015 15:45:27 +0000 (10:45 -0500)
committerChris <chris.barker@nyu.edu>
Thu, 5 Feb 2015 15:45:27 +0000 (10:45 -0500)
notes-git [deleted file]

diff --git a/notes-git b/notes-git
deleted file mode 100644 (file)
index 4ccb972..0000000
--- 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