git-friendly is a collection of shell scripts that streamline your git workflow. Just type pull, push, branch, or merge instead of remembering complex git commands.
I’m the maintainer of this popular open-source project.
Features
pull- Stash, pull, pop stash, prune remote branchespush- Push and copy the GitHub compare URL to clipboardbranch- Create and switch to a new branchmerge- Merge a branch with a nice commit message
Installation
# via Homebrew
brew install git-friendly/git-friendly/git-friendly
# or curl
curl -sS https://raw.githubusercontent.com/git-friendly/git-friendly/main/install.sh | bash
Links
Open source, 2010-present