Skip to content

Commit

Permalink
feat(fish): add gpm function
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Oct 10, 2024
1 parent 24f9d4c commit aeb7ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fish/functions/gpm.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Defined in - @ line 1
function gpm --wraps='git checkout master && git pull master' --description 'Git checkout and pull master branch'
git checkout master; git pull;
end

0 comments on commit aeb7ae9

Please sign in to comment.