git reset file from master May 29, 2022 • ulysses Here’s how to reset a file from the master branch. git checkout origin/master test.py This will undo your changes and matches what’s in the master repo.