OpenSprinkler › Forums › Hardware Questions › OpenSprinkler Pi (OSPi) › git pull problems › Reply To: git pull problems
January 15, 2015 at 12:14 pm
#35227
Samer
Keymaster
The way Dan manages the Github repo requires you to update using the following commands:
1) git checkout master
2) git fetch
3) git reset –hard origin/master
Hope that helps get things updated.