Difference between revisions of "Git"
Jump to navigation
Jump to search
m (SMW Linkfix) |
(SMW Linkfix) |
||
Line 5: | Line 5: | ||
|description = Version Control tool | |description = Version Control tool | ||
|author = | |author = | ||
− | |maintainer = | + | |maintainer = User:Madmaurice |
|location = https://git.zom.bi | |location = https://git.zom.bi | ||
|authentication=LDAP | |authentication=LDAP |
Revision as of 04:25, 15 February 2020
Gitlab status: stable | |
---|---|
Description | Version Control tool |
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.