Revision: 66505
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at May 17, 2014 00:46 by flatearthcomms
Initial Code
cd /drag/folder/in/from/finder git init git add . git commit -m "Adding Project" git push -u origin master # From now on, send with cd /drag/folder/in/from/finder/if/not/aready/there git push # Retrieve lastest copy with cd /drag/folder/in/from/finder/if/not/aready/there git pull
Initial URL
Initial Description
Set up a .git repository using terminal
Initial Title
Set up a .git repository using terminal
Initial Tags
unix, terminal, git
Initial Language
Other