ajout de ggpush fish flavour

main
Gil Portenseigne 2024-03-05 09:52:06 +01:00
parent 9aa566704a
commit e884c303b3
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
function ggpush --wraps='git push origin "$(git_current_branch)"' --description 'alias ggpush=git push origin "$(git_current_branch)"' function ggpush --wraps='git push origin "$(git_current_branch)"' --description 'alias ggpush=git push origin "$(git_current_branch)"'
git push origin "$(git_current_branch)" $argv git push origin (command git symbolic-ref --short HEAD 2>/dev/null)
end end