Difference between revisions of "Git"

From Zombi Wiki
Jump to navigation Jump to search
m (removing redundant heading)
m (removing redundant statement)
Line 1: Line 1:
Please always use useful commit messages.
 
 
 
Git is a version control tool for source code and text files.
 
Git is a version control tool for source code and text files.
 
We use it for working on projects together.
 
We use it for working on projects together.

Revision as of 10:17, 14 February 2020

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.