Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Description
I have a couple of aliases in my .gitconfig (which I am slightly embarrassed to share, since they are horrible). When running the GitPython tests, these get mangled from
[alias] rbi = "!g() { git rebase -i origin/${1:-master} ; } ; g" expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f"
into
[alias] rbi = !g() { git rebase -i origin/${1:-master} expush = "!f() { git branch -f tmp ; { git rbi $1 && git push ; } ; git reset --hard tmp ; git rebase origin/${1:-master}; } ; f