commit 963cbd7a73a199eeddeb03e4390e83bff48eb8ba parent cef477a65d0cd3d2020d9f8d1332bfb5403065f4 Author: hhvn <dev@haydenvh.com> Date: Mon, 8 Mar 2021 00:00:30 +0000 .config/git/config: use two letter aliases Diffstat:
M | .config/git/config | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.config/git/config b/.config/git/config @@ -7,15 +7,15 @@ date = human [alias] - hist = !sh ~/.config/git/hist - mrg = merge --no-ff + hs = !sh ~/.config/git/hist fm = !sh ~/.config/git/format-patch + ac = !sh ~/.config/git/add-commit + re = !sh ~/.config/git/remote + mg = merge --no-ff ch = checkout co = commit pu = push - ac = !sh ~/.config/git/add-commit pa = push --all - re = !sh ~/.config/git/remote [init] defaultBranch = master