Skip to content

Issue checking out lisf-public-7.x branch with git #1440

Closed Answered by jvgeiger
jessiemoravek asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Thanks for reading the docs. :-)

I am sorry that this note did not stand out enough:

If this is your first time working with upstream/<support/branch> (or you removed that tracking branch), then

% git fetch upstream <support/branch>
% git checkout -b <support/branch> upstream/<support/branch>

So for your case, run

% git fetch upstream support/lisf-public-7.4
% git checkout -b support/lisf-public-7.4 upstream/support/lisf-public-7.4

That will checkout the lisf-public-7.4 branch.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dmocko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants