Git Commands
There are many of these, all for different things and with lots of overload switches - here are some!
Table of contents:
Amending the files within your repo
so I've just accidentally tracked some things that shouldn't have been traked - here's how I fixed it!
Prune your local repo!
So you've deleted some branches from your remote repo but you can still see them when you check your branches? try the following:
update your branch with changes from master
your branch is going well and development is making progress but now there are changes from someone else that you need to incorporate