Difference between revisions of "Git"
Jump to navigation
Jump to search
(migrate from docuwiki) |
m (→Commiting on the docker-host: syntax fix) |
||
Line 11: | Line 11: | ||
* [https://git.zom.bi/ Our Gitlab] | * [https://git.zom.bi/ Our Gitlab] | ||
=== Commiting on the docker-host === | === Commiting on the docker-host === | ||
− | use the compact alias '' | + | use the compact alias <code>git ''username''-commit</code> to commit with your user information. |
''git-push'' all the changes often, so collaboration becomes easier. | ''git-push'' all the changes often, so collaboration becomes easier. | ||
Please always use useful commit messages. | Please always use useful commit messages. |
Revision as of 00:07, 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.
- Official Git-Book
- Tutorials
- Our Gitlab
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.