FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
GitPython/test/fixtures/.gitconfig at main · gitpython-developers/GitPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
gitpython-developers
/
GitPython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
989
Star
5.2k
Code
Issues
8
Pull requests
2
Discussions
Actions
Security and quality
34
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
GitPython
/
test
/
fixtures
/
.gitconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
3 lines (3 loc) · 202 Bytes
Breadcrumbs
GitPython
/
test
/
fixtures
/
.gitconfig
Copy path
File metadata and controls
3 lines (3 loc) · 202 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
[
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
"
Back
|
FazBrowse Home
|
New Git URL