From ef31ab8ada630581670ba39e8041f4fc90adb74d Mon Sep 17 00:00:00 2001 From: Suman Neupane Date: Fri, 31 Mar 2017 12:46:38 -0400 Subject: [PATCH] git command notes added --- tree.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tree.py b/tree.py index 298d0c5..b3b29c8 100644 --- a/tree.py +++ b/tree.py @@ -1,4 +1,11 @@ +# git clone https://github.uconn.edu/sun13005/sntree.git . +# git status +# git add +# git commit -am "some message" +# git push +# git log + import random import re from itertools import chain