Skip to content

Instantly share code, notes, and snippets.

@Max95Cohen
Last active January 15, 2023 07:39
Show Gist options
  • Save Max95Cohen/9df929464f5cd9f78ef6990a25c61acd to your computer and use it in GitHub Desktop.
Save Max95Cohen/9df929464f5cd9f78ef6990a25c61acd to your computer and use it in GitHub Desktop.
.gitconfig_global config
[user]
name = Max_Cohen
email = showman_sexy@bk.ru
[core]
autocrlf = true
excludesfile = C:\\Users\\How are you\\gitignore_global.txt
[alias]
# l = log --graph --all --pretty=format:'%C(yellow)%h%C(cyan)%d%Creset %s %C(white)- %an, %ar%Creset'
l = log --decorate --graph --oneline
s = status --untracked-files=all
[alias]
s = status
l = log --decorate --graph --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment