mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 09:08:37 +01:00
Add git checkout abbreviation
This commit is contained in:
parent
5e1de9b170
commit
18082b5ddc
@ -35,6 +35,7 @@ if not set -q set_abbr
|
||||
abbr gb "git branch --verbose" # List all branches
|
||||
abbr gc "git commit -m"
|
||||
abbr gca "git commit --amend"
|
||||
abbr gco "git checkout"
|
||||
abbr gd "git diff" # Show all file changes not staged yet
|
||||
abbr gds "git diff --staged" # Show changes staged but not committed
|
||||
abbr gg "git grep"
|
||||
|
Loading…
Reference in New Issue
Block a user