diff --git a/.config/fish/functions/remotegit.fish b/.config/fish/functions/remotegit.fish new file mode 100644 index 0000000..d8ee3d2 --- /dev/null +++ b/.config/fish/functions/remotegit.fish @@ -0,0 +1,5 @@ +# Defined in /tmp/fish.dVb8v4/remotegit.fish @ line 1 +function remotegit + git fetch origin +git reset --hard origin/master +end