Tweakgit Com -
Did you know you can push your current branch and set it as the upstream in one go? Instead of: git push --set-upstream origin feature/my-new-feature
[alias] co = checkout br = branch ci = commit st = status -sb unstage = reset HEAD -- last = log -1 HEAD visual = log --graph --oneline --all tweakgit com

