diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-05 00:21:48 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-27 01:33:06 +0800 |
commit | fb7194d8af642373b9b371fbfb9c7099b193bfd2 (patch) | |
tree | 6f92499b6f7d33b53a817f324ddc2820954a1d88 /store/home/gitconfig | |
parent | 3ad034a1b5755bd5d8ebed71637dedb9089a7dce (diff) | |
download | crupest-fb7194d8af642373b9b371fbfb9c7099b193bfd2.tar.gz crupest-fb7194d8af642373b9b371fbfb9c7099b193bfd2.tar.bz2 crupest-fb7194d8af642373b9b371fbfb9c7099b193bfd2.zip |
feat(www): add post systemd-nspawn.
Diffstat (limited to 'store/home/gitconfig')
-rw-r--r-- | store/home/gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/store/home/gitconfig b/store/home/gitconfig index b343ab3..4b88c56 100644 --- a/store/home/gitconfig +++ b/store/home/gitconfig @@ -8,3 +8,4 @@ helper = /usr/lib/git-core/git-credential-libsecret [alias] lg = log --decorate --oneline --graph + pap = push --all --prune |