File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ConfigureGit() {
18
18
git config --local core.autocrlf false
19
19
git config --local core.fscache true
20
20
git config --local core.symlinks false
21
- git config --local core.editor " code"
21
+ git config --local core.editor " code --wait --new-window "
22
22
git config --local alias.graph1 " log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all"
23
23
git config --local alias.graph2 " log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all"
24
24
git config --local alias.graph " !git graph1"
You can’t perform that action at this time.
0 commit comments