1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-03 15:27:45 +02:00

git: added guides

This commit is contained in:
tiyn 2024-02-02 05:48:10 +01:00
parent 674332e022
commit d161b848b3
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Git # Git
Git is probably the best version control system (VCS) there is. Git is probably the best version control system (VCS) there is.
It's easy and can be lightweight, but also has tons of possibilities for using graphical (/web) user interfaces. It's easy and can be lightweight, but also has tons of possibilities for using graphical (including
web) user interfaces.
## Setup ## Setup

View File

@ -22,6 +22,8 @@ This section addresses various use cases of git.
There is also an interactive There is also an interactive
[fixup guide by Seth Robertson](https://sethrobertson.github.io/GitFixUm/fixup.html). [fixup guide by Seth Robertson](https://sethrobertson.github.io/GitFixUm/fixup.html).
Robertson also made guides on [post production](https://github.com/SethRobertson/GitPostProduction)
and [best practices](http://sethrobertson.github.io/GitBestPractices).
### Ignore files having local changes ### Ignore files having local changes