We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi there,
The following could be misleading to a novice in GIT: git fetch origin && git reset --hard origin/master && git clean -f -d
Perhaps this one would suffice: git fetch origin && git reset --hard HEAD && git clean -f -d