dotfiles/.local/bin/scripts/git-l
2021-01-23 19:55:22 +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)