summary refs log tree commit diff
path: root/.local/share/navi/cheats/robertgzr__cheats/git.cheat
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/navi/cheats/robertgzr__cheats/git.cheat')
-rw-r--r--.local/share/navi/cheats/robertgzr__cheats/git.cheat9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/share/navi/cheats/robertgzr__cheats/git.cheat b/.local/share/navi/cheats/robertgzr__cheats/git.cheat
deleted file mode 100644
index 01bccce..0000000
--- a/.local/share/navi/cheats/robertgzr__cheats/git.cheat
+++ /dev/null
@@ -1,9 +0,0 @@
-% git
-
-# checkout branch
-git checkout <branch> && git status
-
-$ branch: git branch -a --format='%(refname)' \
-	| cut -d' ' -f1 \
-	| sed -e 's#^refs/##' -e 's#^remotes/##' -e 's#^heads/##' \
-	| sort