Git

From Zombi Wiki
Revision as of 00:05, 14 February 2020 by Cpp (talk | contribs) (migrate from docuwiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.