Updated Useful Git Tricks (markdown)

Ben Goldsworthy 2021-04-17 00:09:04 +01:00
parent a257527c1d
commit 6767900bfe

@ -1,6 +1,10 @@
[Git][git] is the version control tool used for this project.
# Rewriting history # Rewriting history
**NOTE: IF YOU DO NOT KNOW EXACTLY WHAT YOU ARE DOING, DO NOT MESS AROUND WITH THE GIT HISTORY** **NOTE: IF YOU DO NOT KNOW EXACTLY WHAT YOU ARE DOING, DO NOT MESS AROUND WITH THE GIT HISTORY**
- [Splitting commits](https://stackoverflow.com/a/6217314/4580273) - [Splitting commits](https://stackoverflow.com/a/6217314/4580273)
- [More detailed rewriting info](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) - [More detailed rewriting info](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History)
[git]: https://git-scm.com/