tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
.gitconfig
biscui.tech
2 years ago
71c3c1b7
70f9ce27
+2
-2
1 changed file
expand all
collapse all
unified
split
.gitconfig
+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