Simplify your git usage with git-friendly
git-friendly is a collection of shell scripts for simplifying common git actions: push, pull, branch, merge. Commands have bonus niceties: push
copies a GitHub compare URL to your clipboard, and pull
runs bundle install
or npm install
when it’s finished (if applicable).
Post a comment