Difference between revisions of "Git"
Jump to navigation
Jump to search
m (SMW Linkfix) |
m (Adding url) |
||
Line 6: | Line 6: | ||
|author = | |author = | ||
|maintainer = Madmaurice | |maintainer = Madmaurice | ||
− | | | + | |url = https://git.zom.bi |
+ | |location = | ||
|authentication=LDAP | |authentication=LDAP | ||
}} | }} |
Revision as of 18:17, 24 April 2020
Gitlab status: stable | |
---|---|
Description | Version Control tool |
URL | https://git.zom.bi |
Maintainer | User:Madmaurice |
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.