Difference between revisions of "Git"

From Zombi Wiki
Jump to navigation Jump to search
(+cat)
m (removing dead link)
Line 6: Line 6:
  
 
* [http://git-scm.com/book Official Git-Book]
 
* [http://git-scm.com/book Official Git-Book]
* Tutorials
+
* [http://git-scm.com/docs/gittutorial Tutorial]
** https://www.atlassian.com/de/git/tutorial/git-basics
 
** http://git-scm.com/docs/gittutorial
 
 
* [https://git.zom.bi/ Our Gitlab]
 
* [https://git.zom.bi/ Our Gitlab]
 
=== Commiting on the docker-host ===
 
=== Commiting on the docker-host ===

Revision as of 10:16, 14 February 2020

Git

Please always use useful commit messages.

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.