Updated Useful Git Tricks (markdown)
parent
a257527c1d
commit
6767900bfe
1 changed files with 5 additions and 1 deletions
|
@ -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/
|
Reference in a new issue