issues
search
supereagle
/
experiences
Summary of practical experience in work.
2
stars
0
forks
source link
How to quickly switch between your forked repo and upstream repo
#41
Open
supereagle
opened
7 years ago
supereagle
commented
7 years ago
Solutions
Git clone upstream repo
Change the URL of remote
origin
to your forked repo address in
.git/config
Add the upstream repo into remote
Fetch both the upstream and your forked repos
References
How to Rebase a Pull Request
Solutions
origin
to your forked repo address in.git/config
References