question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

master force pushed?

See original GitHub issue

Just fetched from origin, received:

 + 549e5a87ac...0dee0e6036 master     -> origin/master  (forced update)

Any additional explanation regarding this?

Thanks.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rickhanloniicommented, Aug 26, 2020

Yeah we force pushed to fix the co-authors of this commit.

That messed up some of our sync jobs, and we had to force push again to fix the issue.

Everything should be stable now, sorry for the troubles.

0reactions
friederbluemlecommented, Aug 26, 2020

For future reference/traceability:

$ git log -1 --format=raw 549e5a87ac | head -7
commit 549e5a87ac22b300758abcef0749f1ac59c46133
tree a54dce07f95914b263f06de3e023c334f1ead286
parent 9b973f32e4d81713a10a186e42ee57d6e1d414d3
author Ankit Tiwari <ankitt255@gmail.com> 1598408859 -0700
committer Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> 1598408978 -0700

    RNTester UI Redesign (#29685)
$ git log -1 --format=raw 1270873ed6 | head -7
commit 1270873ed65ae32596c3094a3a9e165bb61c5ce1
tree a54dce07f95914b263f06de3e023c334f1ead286
parent 9b973f32e4d81713a10a186e42ee57d6e1d414d3
author Ankit Tiwari <ankitt255@gmail.com> 1598408859 -0700
committer Jon Janzen <jonjanzen@fb.com> 1598456757 -0700

    RNTester UI Redesign (#29685)
Read more comments on GitHub >

github_iconTop Results From Across the Web

git push --force and how to deal with it - Evil Martians
So all you need is to… force push (fighting fire with fire!) this commit back to the master branch, on top of the...
Read more >
How do I properly force a Git push? - Stack Overflow
git push --force overwrites the remote branch, while git push --force-with-lease only overwrites the remote branch if your local copy is aware ...
Read more >
How to force push in Git | Learn Version Control with Git
The --force option for git push allows you to override this rule: the commit history on the remote will be forcefully overwritten with...
Read more >
git-push Documentation - Git
To force a push to only one branch, use a + in front of the refspec to push (e.g git push origin +master...
Read more >
What is the git push --force -u origin command? - Educative.io
The git push --force -u origin command uploads content from a local repository to a remote repository. Normally, Git only allows changes to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found