1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-29 13:32:06 +00:00

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

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