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
Last revisionBoth sides next revision
services:rcs:start [2014/12/12 13:56] glaubitzservices:rcs:start [2014/12/12 14:00] – [Short summary of useful git commands] glaubitz
Line 79: Line 79:
 ===== Short summary of useful git commands ===== ===== Short summary of useful git commands =====
  
 +  * ''git init <repository>'' - create a git repository in the current folder with the name //repository// (add ''--bare'' for server repositories)
   * ''git clone <URL to git repository>'' - clone a local working copy of a remote repository   * ''git clone <URL to git repository>'' - clone a local working copy of a remote repository
 +  * ''git pull'' - check the remote repository for new changes and retrieve them
 +  * ''git add <file>'' - add a new file to the git repository (requires commit)
 +  * ''git status'' - view current status of the repository including files which are untracked and files to be committed
 +  * ''git commit -m <commit message>'' - commit all staged changes
 +  * ''git stash'' - revert all changes made since the last commit were made
 +  * ''git remote'' - list and modify remote repositories
 +  * ''git branch'' - list and modify development branches
 +  * ''git diff commitID1..commitID2'' - view changes between two commits
services/rcs/start.txt · Last modified: 2014/12/15 09:09 by behrmj87

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki