git checkout -B [branch name]
git commit -am "[comment]"
git push origin [branch name]
git update-index --chmod=+x script.sh
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p