dotfiles/.local/bin/git-l
2020-12-23 13:41:45 +01:00

2 lines
146 B
Bash
Executable file

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