17 Jun
2019
17 Jun
'19
11:08 a.m.
On 2019-06-17 13:02:05 -0500 (-0500), Dean Troyer wrote: [...]
Of course, this always works too:
# rename or remove the existing repo git clone https://opendev.org/starlingx/ansible-playbooks.git [...]
I generally just do this (assuming there's nothing in my local master branch I care about): git checkout master git remote update git reset --hard origin/master -- Jeremy Stanley