📁 Files
src/api.js
src/search.cssU
src/search.jsM
! ConflictS StagedM ModifiedU Untracked
No files staged. Use
git add to stage changes.📊 Commit Graphcurrent branchfeature/search
git add to stage changes.git cherry-pick <hash> to pick only the specific bug fix commits, ignoring later feature commits.git push origin release/v1.0) and the tag (git push origin v1.0.0). Tags are not pushed automatically with branches.git log --oneline. Main has 3 commits. The remote has 3 more: a bug fix (r4d5e6f) and two risky features (dashboard, API refactor). We need only the fix for the release.src/api.js from null to []), commit the fix, then return to your feature work exactly where you left off.Solve the problem by using the correct Git commands.