In this topic I want to share my experience in writing a powershell script to compile and publish a .NET project. I use Git and a GitHub repository, so in my mind the script should restore the nuget packages, build the project with MSBuild, take the last tag (version) from the master branch of the... Continue Reading →
Edit a Git commit
In the daily use of a version control system, it can happens to commit wrong data or worse, sensitive data; if we are using Git, we can solve this problem with an interactive rebase. Interactive rebase As you know, the rebase is a Git command that allows you to reapply a bunch of commits on... Continue Reading →