-
Notifications
You must be signed in to change notification settings - Fork 720
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
- Accidentally push lines containing debug logs with the actual fix into a commit in a dev branch. Do not push.
- Start creating a pull request, but check the diff. Notice the debug logs are in the diff.
- Run
git reset --soft HEAD~in the terminal. Unstage the lines containing the debug logs using the SCM diff view. - Commit with the same commit message again by pressing the up arrow in the SCM commit message inputbox to get the last message.
- Start creating a pull request again, but check the diff.
- 🐛 The debug logs are still in the diff.
- Create a draft PR and check the diff.
- 🐛 The debug logs are still in the diff. GitHub shows the correct diff.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
