diff --git a/functions/gitp.fish b/functions/gitp.fish new file mode 100644 index 0000000..884eda6 --- /dev/null +++ b/functions/gitp.fish @@ -0,0 +1,3 @@ +function gitp --description 'git pull' + command git pull +end diff --git a/functions/gitpom.fish b/functions/gitpom.fish new file mode 100644 index 0000000..a1079c9 --- /dev/null +++ b/functions/gitpom.fish @@ -0,0 +1,3 @@ +function gitpom --description 'git pull origin master' + command git pull origin master +end