xxxxxxxxxx
git revert -n HEAD~0
// Reverts last commit from current branch without automatically commiting
xxxxxxxxxx
//Reset the local repo with the remote's version
git reset --hard origin/master
xxxxxxxxxx
//revert to commit identifier abcd1234
git revert --no-commit abcd1234..HEAD
//then commit
git commit
xxxxxxxxxx
* Open SQL Server Management Studio
* Select the instance of your choice
* Click on the options
* Go to the connection properties
* Select the "Trust Server Certificate"
* Click on connect