gitaliases: shorter arc shortcuts

Summary:
what's the point of using `git arcdiff` when it is longer than `arc diff`? make it shorter to quicker typing time.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `git ad`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D64
This commit is contained in:
revi 2024-05-10 18:09:53 +09:00
parent fbd4a63e03
commit 0f5af9e513
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -1,3 +1,5 @@
# Copyright (C) 2017 Hong Yongmin <https://revi.xyz>
# SPDX-License-Identifier: Apache-2.0
[alias]
co = checkout
cm = commit -s
@ -31,6 +33,7 @@
cob = checkout -b
# below are non-git command, signified via `!` in the comment
# https://issuetracker.revi.xyz/u/gitalias
arcdiff = !arc diff
arcpatch = !arc patch
arcland = !arc land
arcd = !arc diff
arcl = !arc land
arcp = !arc patch
arcw = !arc work