1
0
forked from extern/nix-config

fish: Add git clone abbreviation

This commit is contained in:
Donovan Glover 2022-04-12 10:03:24 -04:00
parent 80bfb36919
commit 0e58d7478d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -45,6 +45,7 @@ if not set -q set_abbr
abbr gb "git branch" # List all branches
abbr gc "git commit -m"
abbr gca "git commit --amend"
abbr gcl "git clone"
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