A Git workflow for agile development.
First pull from master, to have the latest version of the repo:
git pull origin master
Checkout a feature branch, name it with the issue id of the story you are working on and a short description. For example if you are working on #42: User can upload pictures, do something like