| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Contains additional useful git commands.
Clone this repo and add the directory to your PATH.
git clone https://github.com/highwayoflife/git-scripts ~/.git-scripts
echo "export PATH="${HOME}/.git-scripts:$PATH" >> ~/.zshrcAdd the following aliases to .bashrc, .bash_profile, or .zshrc
alias pr="git create-pr"
alias push="git push-branch"
alias merge="git merge-branch"
alias pr-merge="git merge-pr"| Back | FazBrowse Home | New Git URL |