Skip to content

Sync with remote, overwrite local changes #161

Open
@dobromir-d

Description

@dobromir-d

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions