Skip to content

Automate reset and force push of a forgotten commit #11

@teobais

Description

@teobais

Yes, it happened more than twice to neglect a file during a commit, reset the HEAD, readding the files and force a push.

Thus, we should automate the following process:

git reset HEAD~1
last git add command
last git commit command
git push -f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions