Last active
February 28, 2024 02:12
-
-
Save foundy/003c0850b39aa95fea1c064d924cc353 to your computer and use it in GitHub Desktop.
.gitconfig
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
[user] | |
name = Foundy | |
email = [email protected] | |
[alias] | |
lg = log --decorate --graph --pretty=format:'%C(bold blue)%h%C(reset) (%C(bold cyan)%ai%C(reset)%C(bold green) %ar %Cred%an%Creset)%C(reset)%C(bold yellow)%d%C(reset), %C(white)%s%C(reset) %C(dim white)' | |
cleanup = "!git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -d" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment