diff --git a/Useful-Git-Tricks.md b/Git-Tips.md similarity index 67% rename from Useful-Git-Tricks.md rename to Git-Tips.md index 74ffb89..7b0f133 100644 --- a/Useful-Git-Tricks.md +++ b/Git-Tips.md @@ -1,6 +1,10 @@ +[Git][git] is the version control tool used for this project. + # Rewriting 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) -- [More detailed rewriting info](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) \ No newline at end of file +- [More detailed rewriting info](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) + +[git]: https://git-scm.com/ \ No newline at end of file