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:
parent
fbd4a63e03
commit
0f5af9e513
1 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# Copyright (C) 2017 Hong Yongmin <https://revi.xyz>
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
cm = commit -s
|
cm = commit -s
|
||||||
|
@ -31,6 +33,7 @@
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
# below are non-git command, signified via `!` in the comment
|
# below are non-git command, signified via `!` in the comment
|
||||||
# https://issuetracker.revi.xyz/u/gitalias
|
# https://issuetracker.revi.xyz/u/gitalias
|
||||||
arcdiff = !arc diff
|
arcd = !arc diff
|
||||||
arcpatch = !arc patch
|
arcl = !arc land
|
||||||
arcland = !arc land
|
arcp = !arc patch
|
||||||
|
arcw = !arc work
|
||||||
|
|
Loading…
Reference in a new issue