Difference between revisions of "Git"

From Zombi Wiki
Jump to navigation Jump to search
(SMW Linkfix)
m (SMW Linkfix)
Line 5: Line 5:
 
|description = Version Control tool
 
|description = Version Control tool
 
|author      =  
 
|author      =  
|maintainer  = User:Madmaurice
+
|maintainer  = Madmaurice
 
|location    = https://git.zom.bi
 
|location    = https://git.zom.bi
 
|authentication=LDAP
 
|authentication=LDAP

Revision as of 04:44, 15 February 2020

     
Gitlab

status: stable

Description Version Control tool
Maintainer  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.