dave.engineer
Back to home

Archive

Posts tagged “git”

1 entry tagged “git”.

Browse by tag

View all tags →
Today I Learned

Tidy up local and remote branches in git

Your remote tracking branches This cleans up the big origin list you get when you do git branch --remote git remote prune origin Local branches that have been merged This removes your local branches that have been merged…

Read more