Skip to content

Commit

Permalink
Fetch origin before reset
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Mar 7, 2025
1 parent 6d42708 commit 200ea1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# List remotes (for debugging)
git remote -v
# Reset the branch to develop
git fetch origin develop
git reset --soft origin/develop
# Show uncommitted changes
git status
Expand Down

0 comments on commit 200ea1b

Please sign in to comment.