diff --git a/docs/git-tips.md b/docs/git-tips.md new file mode 100644 index 0000000..c1c940c --- /dev/null +++ b/docs/git-tips.md @@ -0,0 +1,7 @@ +# Git Tips + +Here are some good tips and trics: + +- Use `git status` often +- Use `git pull --prune` to clean up old and forgotten remote tracking branches +- Pro tip: `git push --mirror` force pushes all your local branches (you may not want to force push but you can with this command) \ No newline at end of file