|
@ -378,7 +378,7 @@ cht "chatterino" |
|
|
clc "cloc ." |
|
|
clc "cloc ." |
|
|
cv "cava" |
|
|
cv "cava" |
|
|
dg "dragon-drag-and-drop -x" |
|
|
dg "dragon-drag-and-drop -x" |
|
|
ffx "firefox" |
|
|
|
|
|
|
|
|
fox "firefox" |
|
|
fh "feh" |
|
|
fh "feh" |
|
|
fi "fish" |
|
|
fi "fish" |
|
|
gpd "gpg --decrypt" |
|
|
gpd "gpg --decrypt" |
|
@ -588,6 +588,10 @@ gru "git branch --set-upstream-to=origin/main main" |
|
|
|
|
|
|
|
|
# ]]] branch # |
|
|
# ]]] branch # |
|
|
|
|
|
|
|
|
|
|
|
gt "git tag" |
|
|
|
|
|
gta "git tag -as" |
|
|
|
|
|
gtd "git tag -d" |
|
|
|
|
|
|
|
|
# add/remove [[[ # |
|
|
# add/remove [[[ # |
|
|
|
|
|
|
|
|
ga "git add -A && git status -u" |
|
|
ga "git add -A && git status -u" |
|
@ -680,7 +684,7 @@ gsts "git stash show stash@\{0\} -p" |
|
|
gstcl "git stash clear" |
|
|
gstcl "git stash clear" |
|
|
|
|
|
|
|
|
gpl "git pull --rebase" |
|
|
gpl "git pull --rebase" |
|
|
gplo "git fetch orig && git pull --rebase . orig/master" |
|
|
|
|
|
|
|
|
gplo "git fetch orig && git pull --rebase . orig/main" |
|
|
grb "git rebase -i" |
|
|
grb "git rebase -i" |
|
|
grba "git rebase --abort" |
|
|
grba "git rebase --abort" |
|
|
grbc "git rebase --continue" |
|
|
grbc "git rebase --continue" |
|
@ -940,6 +944,7 @@ oc "kubectl create" |
|
|
ocf "kubectl create ns kogito; kubectl config set-context --current --namespace=kogito" |
|
|
ocf "kubectl create ns kogito; kubectl config set-context --current --namespace=kogito" |
|
|
oct "kubectx" |
|
|
oct "kubectx" |
|
|
od "kubectl describe" |
|
|
od "kubectl describe" |
|
|
|
|
|
odd "kubectl describe deployment" |
|
|
odp "kubectl describe pod" |
|
|
odp "kubectl describe pod" |
|
|
odi "kubectl describe kogitoinfra" |
|
|
odi "kubectl describe kogitoinfra" |
|
|
odr "kubectl describe kogitoruntime" |
|
|
odr "kubectl describe kogitoruntime" |
|
@ -954,6 +959,7 @@ oex "kubectl exec" |
|
|
oed "kubectl edit" |
|
|
oed "kubectl edit" |
|
|
og "kubectl get" |
|
|
og "kubectl get" |
|
|
oga "kubectl get all" |
|
|
oga "kubectl get all" |
|
|
|
|
|
ogd "kubectl get deployment" |
|
|
ogp "kubectl get pods" |
|
|
ogp "kubectl get pods" |
|
|
ogw "watch kubectl get pods" |
|
|
ogw "watch kubectl get pods" |
|
|
ogb "kubectl get kogitobuild" |
|
|
ogb "kubectl get kogitobuild" |
|
@ -1001,6 +1007,7 @@ mb4 "make -j8 before-pr" |
|
|
mbc "make build-cli && scp build/_output/bin/kogito $WORK_LAPTOP_IP:/home/kmok/go/bin" |
|
|
mbc "make build-cli && scp build/_output/bin/kogito $WORK_LAPTOP_IP:/home/kmok/go/bin" |
|
|
mc "make clean" |
|
|
mc "make clean" |
|
|
mct "make clean test" |
|
|
mct "make clean test" |
|
|
|
|
|
mi "make install" |
|
|
ml "make lint" |
|
|
ml "make lint" |
|
|
mt "make test" |
|
|
mt "make test" |
|
|
# mvet "make vet" |
|
|
# mvet "make vet" |
|
|