Return to Snippet

Revision: 66505
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