Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitPython mangles my .gitconfig #285

Closed
Assignees
Byron
@moben

Description

@moben

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp