Back to master branch?
-
How can I switch from fkms_rpi4 to master branch?
-
Just run from the command line:
cd $HOME/RetroPie-Setup git checkout master
and that should be it.
-
@mitu thank you very much.
-
@mitu This didn't work for me. I got the error "pathspec 'master' did not match any file(s) known to git". Sorry newbie here and just want to switch back to the main branch. Any help would be appreciated.
-
It seems that when you make a shallow clone of a git repository, it causes problems when you want to change to a different remote branch.
This should fix your problem:
git remote set-branches origin '*' git pull git checkout master
-
also a n00b here. trying to do this and i'm getting :
"Your local changes to the following files would be overwritten by checkout: retropie_packages.sh
Please commit your changes or stash them before you switch branches"No idea what to do here...please help. thx
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.