this repo has no description

.gitconfig

+2 -2
+2 -2
.gitconfig
··· 13 [alias] 14 tree = log --oneline --graph --decorate --all 15 logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 - wip = "git reset HEAD~1; git add .;git commit -m \"wip\";" 17 - git-summary = C:\\Users\\jhuet/git-summary 18 [gui] 19 warndetachedcommit = true 20 pruneduringfetch = true
··· 13 [alias] 14 tree = log --oneline --graph --decorate --all 15 logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit 16 + wip = "git reset HEAD~1; git add .;git commit -m wip;" 17 + git-summary = C:\\Users\\HUETJ/git-summary 18 [gui] 19 warndetachedcommit = true 20 pruneduringfetch = true