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