mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
git: change my commit name(spelling), update force push alias to shorter
one
This commit is contained in:
parent
c51774f030
commit
94f553b83f
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# vim: ft=gitconfig
|
# vim: ft=gitconfig
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
name = Oleksandr Smirnov
|
name = Olexandr Smirnov
|
||||||
email = olexsmir@gmail.com
|
email = olexsmir@gmail.com
|
||||||
signingkey = ~/.ssh/id_ed25519.pub
|
signingkey = ~/.ssh/id_ed25519.pub
|
||||||
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
push-force = push --force-with-lease
|
pushf = push --force-with-lease
|
||||||
l = log --oneline --decorate --graph --all
|
l = log --oneline --decorate --graph --all
|
||||||
st = status -sb
|
st = status -sb
|
||||||
sw = switch
|
sw = switch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue