aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-06-20 22:08:45 +0000
committerZachary Sloan2013-06-20 22:08:45 +0000
commit52ac4b6e1c014801080cbbcad53df868058d2657 (patch)
treea9d6054380f5a9d612a4d1d88889f68ea4923a75 /misc/notes.txt
parent0c5e75b42fb02faa2f2735aa4e188d32b9691101 (diff)
downloadgenenetwork2-52ac4b6e1c014801080cbbcad53df868058d2657.tar.gz
Added explanation of pushing to github to notes
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 01f2c96d..67133d4a 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -7,6 +7,9 @@ git pull origin flask(or whatever the branch is)
Add all files in current directory branch to be staged to be committed
git add -A
+Git push to my github repository
+git push https://github.com/zsloan/genenetwork.git flask
+
Get the default path being used when a command is typed:
which _______