Add new config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
d674625594
commit
9c21c43382
8 changed files with 42 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
a = add --all
|
||||
|
||||
# Create a commit and sign it off
|
||||
c = commit -s -S
|
||||
c = commit -s
|
||||
|
||||
# Push to the master branch of the origin remote
|
||||
p = push --follow-tags
|
||||
|
@ -50,6 +50,9 @@
|
|||
[push]
|
||||
default = upstream
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
[url "git@gitlab.com:severinkaderli/"]
|
||||
insteadOf = gl:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue