-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
@dobromir-d
Description
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
Metadata
Metadata
Assignees
Labels
No labels