Last active
April 14, 2023 15:58
-
-
Save johnmcase/d9c771b9d571876c72d21c22b6924581 to your computer and use it in GitHub Desktop.
My common git aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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