Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you might find the site temporarily inaccessible. Thanks for your patience. Read more.
×I need to perform the equivalent of the following Git command in SourceTree: `git revert -m 1 <commithash>` This command reverts a merge commit while keeping changes from one parent b...
Before upgrading to the newest version, we used to be able to right-click a commit and select "Reverse Commit..." in order to run a `git revert` on that commit. Now, it gives this error: git -c...
...mail.com> 1581839264 +1000 revert: Revert "# Major Update" 1f8133c1b507a720f043c377d1987a4448ea80a2 fefddde1f72fd2d894e0da06f7c0f00715d02dda DevelopdProgramming <DevelopdProgrammingOfficial@g...
I created a feature branch feature/xyz off of my main develop branch and made my changes there. I issued a PR 21 and merged feature/xyz back into develop. Then I reverted that merge operation. The revert...
I'm starting work on a Trello board ware I will direct participants of a game design project to. Many of these participants I will have never met before and I can't possibly know their intent. ...
I've read a lot about there being a revert pull request button in Bitbucket Cloud, but I have not found a definitive answer on whether this is also available on Bitbucket Server.
I recently created a new project and used the external importer to import bunch of issues and mapped one of the columns to "Status". The statuses that were imported were NOT REGISTERED, REGIST...
Receive the following error when I try to revert a commit: git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=manager-st revert --no-edit c...
Please please tell me this software lets you undo an action you just did. I clicked 'revert changes' in the 'commit changes' window by accident and now my 50+ stories are gone. No warning, no i...
...emove/revert it, i have tried revert commit but returns an error as seen in the photo below. I have tried doing a hard reset to a stable commit but it doesn't delete the ones ahead of it like people in o...
Hi, I was going through the Git tutorials, specifically the Git Revert tutorial, and I believe the image for the Example may not be correct. The "After the Revert" section in the image is m...
Hi, Is there a plan to add a 'Revert' button to merged pull requests in bibucket as github now has (https://github.com/blog/1857-introducing-the-revert-button)? This would be very useful for c...
Hi, I work using pull requests and sometimes they need to be reverted. The command line workflow I use is as documented here: http://tildedave.com/2012/11/24/reverting-a-github-pull-request.html...
Hi, Please can you tell me the exact git commands that will be run when I select a commit or merge, then right-click (or ctrl-click) and choose "Reverse commit..."? Thanks
I'm new to Git and trying to find how to revert to specific revision in SourceTree. I was using svn before and it was like this in svn: https://dl.dropbox.com/u/14076298/ShareX/2013/10/EsnebIR63J.png...
Hi, I moved all the bugs of a project to another project, by mistake. I need to revert these changes. Is there any way out? Regards, Avinash Kumar
Copied to clipboard