diff --git a/.gitaliases b/.gitaliases index 4985a27..25a6b73 100644 --- a/.gitaliases +++ b/.gitaliases @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 [alias] co = checkout - cm = commit + cm = commit -s st = status br = branch -v fa = fetch --all @@ -21,10 +21,11 @@ por = push origin master pon = push origin main amend = commit --amend - cmt = commit -S - amends = commit --amend -S - acmt = commit -a -S - acm = commit -a + amends = commit --amend -s + cmt = commit -S -s + amendss = commit --amend -S -s + acmt = commit -a -S -s + acm = commit -a -s fup = fetch upstream com = !echo 'ERROR: use cor for master, and con for main.' comr = checkout master diff --git a/default.gitconfig b/default.gitconfig index 8485c1b..0b3eb63 100644 --- a/default.gitconfig +++ b/default.gitconfig @@ -22,8 +22,6 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true -[format] - signOff = true [sendemail] from = 'Yongmin Hong ' smtpserver = smtp.fastmail.com