Tim Pettersen, developer at Atlassian (BitBucket & JIRA):
Git has a strong commitment to backwards compatibility: many powerful features are hidden behind options rather than exposed as default behaviour. Fortunately Git also supports aliases, so you can create your own commands that do all manner of Git magic. Here’s a selection of the more useful (or at least entertaining) aliases defined in my
.gitconfig
.
That git commend
will come in handy 🙂
(via Freek)
Leave a comment