dotfiles/dot_config/fish/functions/gc.fish

4 lines
94 B
Fish
Raw Normal View History

2026-01-28 17:46:39 +00:00
function gc --wraps='git commit' --description 'alias gc=git commit'
git commit $argv
end