Last active
March 31, 2023 13:35
-
-
Save thiagohnrt/264c1760666a92ba85b804b4172f650b to your computer and use it in GitHub Desktop.
GIT Settings
This file contains 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 = | |
# email = | |
[core] | |
editor = code | |
longpaths = true | |
[includeif "gitdir:~/git/professional/"] | |
path = .gitconfig-professional | |
[alias] | |
edit = !git config --global -e | |
l = !git log --pretty=format:'%C(yellow)%h %C(green)%ad %C(cyan)%al %C(red)%d %Creset%s' --date=format:'%d/%m/%Y %H:%M' | |
b = !git branch | |
s = !git status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment