Skip to content

Instantly share code, notes, and snippets.

@johnmcase
Last active April 14, 2023 15:58
Show Gist options
  • Save johnmcase/d9c771b9d571876c72d21c22b6924581 to your computer and use it in GitHub Desktop.
Save johnmcase/d9c771b9d571876c72d21c22b6924581 to your computer and use it in GitHub Desktop.
My common git aliases
alias gitclean='git clean -dfx'
alias glog='git log --graph --topo-order --pretty="%C(auto)%h %<(15,trunc)%an %<(15,trunc)%ar %C(cyan)%<(65,trunc)%s %C(auto)%D"'
alias uuid='node -e "console.log(require(\"crypto\").randomUUID())"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment