Changes between Version 1 and Version 2 of GENIEducation/ShufengCheatingSheet


Ignore:
Timestamp:
07/03/13 11:18:39 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/ShufengCheatingSheet

    v1 v2  
    11= Hints about using GENI Infrastructure as well as other tools in the GENI system =
     2== GIT Commands ==
     3{{{
     4git clone [url]
     5git add -A . (add all files and folders in the current directory)
     6git commit -m "commit message"
     7git status (to check the status of your local copy)
     8git fetch origin
     9git merge origin/master
     10git push origin master (upload your local copy to master (global) repository)
     11}}}