Skip to content

Instantly share code, notes, and snippets.

@whitekid
Created March 30, 2022 14:24
Show Gist options
  • Save whitekid/6cf0c86be30deb2f10085bb55cae7a4d to your computer and use it in GitHub Desktop.
Save whitekid/6cf0c86be30deb2f10085bb55cae7a4d to your computer and use it in GitHub Desktop.
oh-my-zsh custom plugin
# place this file at ~/.oh-my-zsh/custom/plugins/whitekid
alias bumpup="git add . && git commit --amend -C HEAD && git push -f"
alias rebase-build="git remote update && git rebase && make"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment