Git Aliases
This project provides gitconfig file with useful aliases.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature