Skip to content

Commit ef99b31

Browse files
committed
Add more aliases
1 parent e4e9ba0 commit ef99b31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ ll = "ls -l"
1616
la = "ls -a"
1717

1818
g = "git"
19+
gco = "git checkout"
20+
gb = "git branch"
21+
gd = "git diff"
1922
gs = "git status"
2023
ga = "git add"
2124
gc = "git commit"

0 commit comments

Comments
 (0)