insomnia-designer: How can I force reset my local repository?
See original GitHub issueI 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:
- Created 3 years ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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!
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?