This commit is contained in:
Jaewook Lee
2024-08-15 23:51:12 +09:00

View File

@@ -97,10 +97,7 @@ commit() {
}
git() {
if [[ "$1" == "diff" ]]; then
shift
command git diff --staged "$@"
elif [[ "$1" == "remote" ]]; then
if [[ "$1" == "remote" ]]; then
shift
command git remote -v "$@"
elif [[ "$1" == "status" ]]; then