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.

Provide a way to rollback to certain commit

See original GitHub issue

when commit has error , we want rollback configuration for a short time , like git revert commentId ... HEAD

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
puppylpgcommented, Oct 30, 2019

Thanks for your detailed guidance. I’ll try to understand the code first quickly, then may disscuss more with you.

1reaction
shelockscommented, Feb 14, 2019

Currently, does dogma provide a simple way to revert a file to previous version, i can’t find similar api in docs. Is there any other way to achieve it? Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do I revert a Git repository to a previous commit?
"Move" your HEAD back to the desired commit. # This will destroy any local modifications. # Don't do it if you have uncommitted...
Read more >
How to roll back Git code to a previous commit - TechTarget
First, decide how far back to go into the version history · Once the IT team chooses a code version to which their...
Read more >
Git - Revert to Specific Commit - Local & Pushed - ShellHacks
In Git we can gracefully revert all changes to the specific commit without using the potentially dangerous git reset command.
Read more >
How to revert a Git commit: A simple example | TechTarget
Locate the ID of the commit to revert with the git log or reflog command. · Issue the git revert command and provide...
Read more >
How can I undo a specific old commit? - Tower Git Client
There are a couple of ways to "undo" commits in Git. The "reset" command, for example, allows you to restore your project at...
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