- Hard reset to a older commit
Code: Select all
git clone --branch dev https://git.url/repo
Code: Select all
git reset --hard 0d13251515b04e69d589737b0fa6b4c40069f175
Code: Select all
git push origin dev -f
Code: Select all
git clone --branch dev https://git.url/repo
Code: Select all
git reset --hard 0d13251515b04e69d589737b0fa6b4c40069f175
Code: Select all
git push origin dev -f