Difference between revisions of "Git / Gitlab"

From LinuxMCE
Jump to: navigation, search
Line 18: Line 18:
 
== Useful links ==
 
== Useful links ==
  
 +
* GIT clients: http://git-scm.com/downloads/guis
 
* GIT Docs: http://git-scm.com/docs
 
* GIT Docs: http://git-scm.com/docs
 
* Cheatsheet / Commands:  
 
* Cheatsheet / Commands:  
 
** fancy: http://ndpsoftware.com/git-cheatsheet.html
 
** fancy: http://ndpsoftware.com/git-cheatsheet.html
 
** pdf: https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf
 
** pdf: https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf
* Merge vs. Rebase: http://www.effectivetrainings.de/blog/2013/10/20/simple-git-merge-und-rebase-verstandlich/
+
* Merge vs. Rebase: https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview
* Rebase Details: http://www.effectivetrainings.de/blog/2013/10/20/simple-git-merge-und-rebase-verstandlich/
+

Revision as of 08:00, 6 January 2016

GitLab / GIT

GitLab is the web interface of choice for managing GIT repositories.

A list of features: https://about.gitlab.com/features/

Get access to GitLab

Go to IRC #linuxmce-devel and ask for a Account.

To create an account we need following information:

  1. Name
  2. Username
  3. E-Mail

As soon as your account was created you'll receive an E-Mail containing a link to set your password. Klick on that link and set your password, then you are ready to login.

Useful links