Difference between revisions of "Git / Gitlab"
From LinuxMCE
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: | + | * Merge vs. Rebase: https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview |
− | + |
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:
- Name
- Username
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
- GIT clients: http://git-scm.com/downloads/guis
- GIT Docs: http://git-scm.com/docs
- Cheatsheet / Commands:
- Merge vs. Rebase: https://www.atlassian.com/git/tutorials/merging-vs-rebasing/conceptual-overview