1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-08 02:14:47 +01:00

git: added amend as alias

This commit is contained in:
2026-03-01 09:21:12 +01:00
parent 87e4a1966e
commit f33b4e49f0

View File

@@ -25,4 +25,5 @@
[credential]
helper = store
[alias]
graph = log --graph
graph = log --graph
amend = commit --amend --no-edit