1
1
Fork 0

Revert "Default branch push"

This reverts commit 753cac807c.
This commit is contained in:
Kenwood 2022-03-18 21:13:35 -04:00
parent 4deeda8913
commit a8177b7428
2 changed files with 2 additions and 9 deletions

View File

@ -4,11 +4,8 @@
signingkey = DD5E787D6C678F3F64 signingkey = DD5E787D6C678F3F64
[alias] [alias]
add-commit = !git add -A && git commit add-commit = !git add -A && git commit
report = log --author=J --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges report = "log --author=Joe --since='2 sunday ago' --until='1 sunday ago' --format='%Cgreen%ci%Creset %s%Creset' --no-merges"
report-csv = log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='\"%ci\",\"%s\"' --no-merges report-csv = "log --author=Marco --since='2 sunday ago' --until='1 sunday ago' --format='\"%ci\",\"%s\"' --no-merges"
lg1 = 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
lg2 = 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
lg = !"git lg1"
[credential] [credential]
helper = store helper = store
[global] [global]
@ -18,5 +15,3 @@
defaultBranch = main defaultBranch = main
[pull] [pull]
rebase = false rebase = false
[branch]
autosetuprebase = always

2
.vimrc
View File

@ -1,4 +1,2 @@
set spell spelllang=en_us set spell spelllang=en_us
syntax on syntax on
set number