Difference between revisions of "Git / Gitlab"

From LinuxMCE
Jump to: navigation, search
Line 15: Line 15:
 
As soon as your account was created you'll receive an E-Mail containing a link to set your password.
 
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.
 
Klick on that link and set your password, then you are ready to login.
 +
 +
== Useful links ==
 +
 +
* GIT Docs: http://git-scm.com/docs
 +
* Cheatsheet / Commands:
 +
** fancy: http://ndpsoftware.com/git-cheatsheet.html
 +
** 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/
 +
* Rebase Details: http://www.effectivetrainings.de/blog/2013/10/20/simple-git-merge-und-rebase-verstandlich/

Revision as of 07:57, 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