diff --git a/Useful-Git-Tricks.md b/Useful-Git-Tricks.md new file mode 100644 index 0000000..74ffb89 --- /dev/null +++ b/Useful-Git-Tricks.md @@ -0,0 +1,6 @@ +# 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