add gitp and gitpom functions

This commit is contained in:
Rico Ullmann 2017-07-15 22:42:48 +02:00
parent 7a32d3bce1
commit 3a7e25b9e1
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
2 changed files with 6 additions and 0 deletions

3
functions/gitp.fish Normal file
View File

@ -0,0 +1,3 @@
function gitp --description 'git pull'
command git pull
end

3
functions/gitpom.fish Normal file
View File

@ -0,0 +1,3 @@
function gitpom --description 'git pull origin master'
command git pull origin master
end