Changes between Version 1 and Version 2 of GENIEducation/ShufengCheatingSheet
- Timestamp:
- 07/03/13 11:18:39 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIEducation/ShufengCheatingSheet
v1 v2 1 1 = Hints about using GENI Infrastructure as well as other tools in the GENI system = 2 == GIT Commands == 3 {{{ 4 git clone [url] 5 git add -A . (add all files and folders in the current directory) 6 git commit -m "commit message" 7 git status (to check the status of your local copy) 8 git fetch origin 9 git merge origin/master 10 git push origin master (upload your local copy to master (global) repository) 11 }}}