dotfiles/.local/bin/git-l
2020-12-08 11:14:05 +01:00

2 lines
125 B
Bash
Executable file

#!/bin/sh
git pull --rebase --autostash "$@" || (printf "\e[31;1mError - aborting rebase!\e[0m\n" >&2 && git rebase --abort)