Difference between revisions of "Git"
Jump to navigation
Jump to search
(+auth) |
m (SMW Linkfix) |
||
Line 7: | Line 7: | ||
|maintainer = [[User:Madmaurice]] | |maintainer = [[User:Madmaurice]] | ||
|location = https://git.zom.bi | |location = https://git.zom.bi | ||
− | |authentication= | + | |authentication=LDAP |
}} | }} | ||
Revision as of 03:56, 15 February 2020
Gitlab status: stable | |
---|---|
Description | Version Control tool |
Maintainer | [[Maintainer::User:User:Madmaurice]] |
Location | https://git.zom.bi |
Authentication | LDAP |
Git is a version control tool for source code and text files. We use it for working on projects together.
Commiting on the docker-host
use the compact alias git username-commit
to commit with your user information.
git-push all the changes often, so collaboration becomes easier.
Please always use useful commit messages.