Hacker News new | ask | show | jobs
by hboon 3283 days ago
I wrote https://github.com/hboon/genie which lets me run create directory-specific aliases such as:

push -> git push origin develop; git push origin master; git push origin --tags; terminal-notifier -title "Pushed to Git" -message "Project X"

In another directory, push may push different branches. Ditto for pull, release, keep, etc

Use them daily.