aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-06-21 20:58:12 +0000
committerZachary Sloan2013-06-21 20:58:12 +0000
commita0a1d8b70e02871328fb044c7ae190f805b0a04e (patch)
tree6ee2a78128e8e940d0324e57ea2ba3b3f3609f75 /misc/notes.txt
parent1b227abd09eabc9ff60e4b9cb393d66ed90f2cf5 (diff)
downloadgenenetwork2-a0a1d8b70e02871328fb044c7ae190f805b0a04e.tar.gz
Fixed bug where cursor was still being used in query
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 67133d4a..92ed267b 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -8,8 +8,7 @@ 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
-
+git push https://github.com/zsloan/genenetwork.git master
Get the default path being used when a command is typed:
which _______