datasourcecontrol

SSMS version control and source control integration with git?

梦想的初衷 提交于 2020-01-04 09:05:35
问题 I have an ERP system which I maintain with a team of people. However lately we seem to be loosing track of who's changing what and we need a solution to be able to control these changes. We are looking into the enterprise version of GIT as all our software development and web development would work perfectly wit it. Not to mention I have some experience with GIT already. The problem is we need the version control to extend to our SQL Server which we use SQL Server Management Studio to

Sourcetree - undo unpushed commits

若如初见. 提交于 2019-11-29 18:42:15
I am using Sourcetree for Windows for a git-repository and would like to undo an unpushed commit. Is that possible? If I do "revert commit", it creates a second commit which reverts the first commit, but I don't want the first commit to appear at all in my source control. I could also delete my local repository and pull it again without my local commit, but maybe there's another way? Right click on the commit you like to reset to (not the one you like to delete!) Select "Reset master to this commit" Select "Soft" reset. A soft reset will keep your local changes. Source: https://answers

Sourcetree - undo unpushed commits

白昼怎懂夜的黑 提交于 2019-11-28 13:21:51
问题 I am using Sourcetree for Windows for a git-repository and would like to undo an unpushed commit. Is that possible? If I do "revert commit", it creates a second commit which reverts the first commit, but I don't want the first commit to appear at all in my source control. I could also delete my local repository and pull it again without my local commit, but maybe there's another way? 回答1: Right click on the commit you like to reset to (not the one you like to delete!) Select "Reset master to