Fish: Add function to reset git repo to remote

This commit is contained in:
Phantop 2019-02-21 22:37:54 -05:00
parent 46684a85b1
commit 4e917c2259
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Defined in /tmp/fish.dVb8v4/remotegit.fish @ line 1
function remotegit
git fetch origin
git reset --hard origin/master
end