How to select a different branch manually #59
chrisgoringe
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New features are generally developed on branches; sometimes debugging happens on a branch.
To select a different branch (for instance,
1.3
) manually:Use
git pull
to update, andgit switch main
to swap back to the main version.Beta Was this translation helpful? Give feedback.
All reactions