We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e9ba0 commit ef99b31Copy full SHA for ef99b31
1 file changed
mise.toml
@@ -16,6 +16,9 @@ ll = "ls -l"
16
la = "ls -a"
17
18
g = "git"
19
+gco = "git checkout"
20
+gb = "git branch"
21
+gd = "git diff"
22
gs = "git status"
23
ga = "git add"
24
gc = "git commit"
0 commit comments