Roll-back to an older version, checkout

git log pyqtSelector.py
  inspect the history of commits

git diff c86fd20..ec61163077 pyqtSelector.py
  see the differences between 2 commits

git checkout ec61163077 pyqtSelector.py
  checkout an older version