Skip to content

Commit

Permalink
git command notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
sun13005 committed Mar 31, 2017
1 parent fe58056 commit ef31ab8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tree.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

# git clone https://github.uconn.edu/sun13005/sntree.git .
# git status
# git add <file name>
# git commit -am "some message"
# git push
# git log

import random
import re
from itertools import chain
Expand Down

0 comments on commit ef31ab8

Please sign in to comment.