####Good Git workflow -git checkout -b feature -git commit -git rebase master feature #updates feature to master -git merge --squash master #allows for atomic commits of feature onto master
####Rebase options
git rebase [-i | --interactive] [options] [--exec ] [--onto ] [] []