User Tools

Site Tools


services:rcs:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
services:rcs:start [2014/12/12 13:50] – added switch --shared to git init, this helps users of shared repos to not shoot themselved in the foot behrmj87services:rcs:start [2014/12/12 13:56] glaubitz
Line 66: Line 66:
  
 {{:services:rcs:git-grouphome-step8.png|}} {{:services:rcs:git-grouphome-step8.png|}}
 +
 +Now, we just create a second file as described in the section above. Then use ''git status'' to verify, ''git add'' to add and ''git commit'' to commit our changes. Then we issue ''git push origin master'' to eventually push the changes to the server.
  
 {{:services:rcs:git-grouphome-step9.png|}} {{:services:rcs:git-grouphome-step9.png|}}
 +
 +Changing back to the first user who just needs to call ''git pull'' to synchronize (//pull// in git speak) the new changes and check the commit history with ''git log''.
  
 {{:services:rcs:git-grouphome-step10.png|}} {{:services:rcs:git-grouphome-step10.png|}}
 +
 +
 +
 +===== Short summary of useful git commands =====
 +
 +  * ''git clone <URL to git repository>'' - clone a local working copy of a remote repository
services/rcs/start.txt · Last modified: 2014/12/15 09:09 by behrmj87

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki