Umgang mit Git

From SIMA wiki
Revision as of 14:22, 25 October 2012 by Herret (talk | contribs)
Jump to: navigation, search

When you right-click on one of the projects and select Team, you will get the following git context menu:

  1. Commit - commit your changes (Umgang mit Git)
  2. Add - add a new file
  3. Pull - get the lastet version of the repository from the remote repo on the server (pull can only be made if all your changes are either commited or stashed)
  4. Push - update the remote repo (you can only push if you have pulled and merged the latest version on the server)


ProGit - Git Tutorial