Skip to content

Commit

Permalink
Merge pull request #6 from smarlaku820/add-git-tips
Browse files Browse the repository at this point in the history
Add Git tips
  • Loading branch information
smarlaku820 authored Sep 18, 2021
2 parents 6ba651e + 3ca8ecd commit 13280db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/git-tips.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Git Tips

Here are some good tips and tricks:

- 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)

0 comments on commit 13280db

Please sign in to comment.