I changed files on a branch
, let's call it foo
, and then added them to track:
git add folder/
However, I forgot to commit
and forced checkout to another branch.
Is there any way to get those uncommited
changes on foo
branch back?
I changed files on a branch
, let's call it foo
, and then added them to track:
git add folder/
However, I forgot to commit
and forced checkout to another branch.
Is there any way to get those uncommited
changes on foo
branch back?