ryankee / concrete

Simple continuous integration server written with NodeJS and CoffeeScript
http://ryankee.github.com/concrete
MIT License
494 stars 96 forks source link

Fetch/reset instead of git pull #18

Closed joefiorini closed 12 years ago

joefiorini commented 12 years ago

git pull has potential for merge conflicts and other problems in the background. Since we're never pushing from concrete's repo, we're safe to do a fetch/reset --hard. This will ensure we're always getting updated to the correct point with no issues.