Skip to content

Instantly share code, notes, and snippets.

@thiagohnrt
Last active March 31, 2023 13:35
Show Gist options
  • Save thiagohnrt/264c1760666a92ba85b804b4172f650b to your computer and use it in GitHub Desktop.
Save thiagohnrt/264c1760666a92ba85b804b4172f650b to your computer and use it in GitHub Desktop.
GIT Settings
[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