Activity overview
Latest activity by JustinL
In my case, I made a commit (which I hadn't pushed yet) that I needed to undo. I used the Git CLI to undo the commit, but I wasn't able to get those changes to appear in the "Commit" tab, even after I removed the changed .sql files. Here's what I had to do: 1. Go to the Setup tab and click to open the working base folder. 2. Undo the SQL Source Control commits back to the time before I committed and remove the changed files. 3. Refresh the "Commit" tab. What happened for me was that because SQL Source Control doesn't give you a way to undo a commit, it's own working copy still had that commit, and therefore wouldn't show any changes. If your changes weren't at some point committed, I'm not sure if this will work for you, but hopefully it'll help point you in the right direction. This may also help: https://documentation.red-gate.com/soc5/reference-information/how-sql-source-control-works-behind-the-scenes / comments
In my case, I made a commit (which I hadn't pushed yet) that I needed to undo. I used the Git CLI to undo the commit, but I wasn't able to get those changes to appear in the "Commit" tab, even afte...