This commit is contained in:
Rico Ullmann 2017-08-22 12:35:27 +02:00
parent 3a7e25b9e1
commit 8a5d0a1fc7
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 3 additions and 0 deletions

3
functions/gitd.fish Normal file
View File

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