3 lines
91 B
Fish
3 lines
91 B
Fish
function ga --wraps='git add .' --description 'alias ga=git add .'
|
|
git add . $argv
|
|
end
|