Loading .gitconfig +4 −1 Original line number Diff line number Diff line [alias] amend = commit --amend autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash bull = submodule update --remote clear = clean -fdx dif = diff --color-words Loading Loading @@ -37,6 +38,8 @@ [push] followTags = true default = simple [rebase] autoSquash = true [receive] fsckObjects = true [tag] Loading Loading
.gitconfig +4 −1 Original line number Diff line number Diff line [alias] amend = commit --amend autosquash = !GIT_SEQUENCE_EDITOR=true git rebase -i --autosquash bull = submodule update --remote clear = clean -fdx dif = diff --color-words Loading Loading @@ -37,6 +38,8 @@ [push] followTags = true default = simple [rebase] autoSquash = true [receive] fsckObjects = true [tag] Loading