Fix issues
This commit is contained in:
parent
c3864bb510
commit
e448e719e8
4 changed files with 9 additions and 5 deletions
.config/git
|
@ -16,8 +16,8 @@
|
|||
trustExitCode = true
|
||||
[alias]
|
||||
b = branch -vv
|
||||
ci = commit -v
|
||||
cia = commit -v --amend
|
||||
ci = commit
|
||||
cia = commit --amend
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
ds = diff --stat
|
||||
|
@ -57,3 +57,4 @@
|
|||
defaultBranch = main
|
||||
[commit]
|
||||
gpgsign = true
|
||||
verbose = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue