[en] Updating git repository with remote data

  у розділі Технічні теми 

Repeat! Photo by Brett Jordan

Sometimes, during the testing it is needed to update local code with the recent changes of some GIT branches, ignoring local changes (overwriting them).

In my case, I am creating the code on one machine, but testing (multiple tiles) on another.

Long story short:

git fetch --all && git reset --hard …
читати далі