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.

insomnia-designer: How can I force reset my local repository?

See original GitHub issue

I have three remote branches on my insomnia designer repo and am facing https://github.com/Kong/insomnia/issues/2365 when switching between the master branch and any other branch. i.e on switch, the new branch has all the changes from the master branch applied.

I want to be able to do a git reset --hard when I checkout to another branch.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:1
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
develohpandacommented, Feb 9, 2021

Unfortunately running git commands directly isn’t possible yet. I’ll keep this issue open and we’ll look to prioritize it and the related items. Sorry about the inconvenience!

1reaction
ryanholden8commented, Dec 10, 2021

Having the same experience as @areebbeigh. The “rollback all” does not change anything. Trying to “rollback all” since git > pull errors out with “Merge conflicts are not supported yet”. So I can’t seem rollback, reset, or pull down. Plus clicking commit and waiting for the rollback all option to appear takes about 4 minutes.

Unfortunately, the git-sync feature seems like a hard feature to sell and get our team invested in at this time. Perhaps it should be labeled a beta feature?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sync with Git | Insomnia Docs
Open a document in Insomnia, then click Setup Git Sync in the upper right corner of the Insomnia app. Click “Configure Repository”, then...
Read more >
git - Reset local repository branch to be just like remote ...
Setting your branch to exactly match the remote branch can be done in two steps: git fetch origin git reset --hard origin/master.
Read more >
Git and GitHub: How to Hard Reset Local and Remote ...
Perform the local hard reset by running git reset --hard <commit-hash> . To hard reset the remote repository, first hard reset the local...
Read more >
Insomnia Tutorial: API Design, Testing and Collaboration
In this Insomnia tutorial, Ahmed Koshok will walk you through creating your first request and how to leverage environment variables.
Read more >
syr - River Thames Conditions - Environment Agency - GOV.UK
History of the school resource officer, Kyam wyatt nj? ... 2009 robert mondavi reserve, Will paxil insomnia go away, Download tor library, Dato...
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