fish: functions: Add aliases for fetch & merge
This commit is contained in:
parent
22ef882154
commit
aa6c176757
2 changed files with 6 additions and 0 deletions
3
fish/.config/fish/functions/gf.fish
Normal file
3
fish/.config/fish/functions/gf.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gf
|
||||
git fetch --all --tags -f
|
||||
end
|
3
fish/.config/fish/functions/gm.fish
Normal file
3
fish/.config/fish/functions/gm.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gm
|
||||
git merge $argv
|
||||
end
|
Loading…
Reference in a new issue