diff options
Diffstat (limited to 'misc/notes.txt')
-rw-r--r-- | misc/notes.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 0819ae02..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 _______ @@ -198,7 +201,8 @@ tidyp -m -i -w 100 index_page.html =========================================== -ps -ax - View processes +ps ax - View processes +ps ux (the "u" is for user) kill (process #) |