github.com/jlmucb/cloudproxy@v0.0.0-20170830161738-b5aa0b619bc4/Doc/gitinstuctions.txt (about) 1 Using the Git Repository 2 ======================== 3 4 Repository creation 5 git clone https://github.com/jlmucb/cloudproxy 6 git branch working 7 git checkout working 8 9 Adding and removing files 10 git add filename ; puts it in staging area 11 git commit ; commits to working branch 12 git status 13 git commit -a 14 git pull 15 16 Merge 17 git checkout master 18 git merge working 19 git push 20 21 ssh 22 ssh-keygen 23 cp $HOME/.ssh/id_rsa* /Volumes/JLM1 24 ssh-agent 25 ssh-add