Category git
Visual Studio 2019 – What’s new
April 2, 2019! Visual Studio 2019 is out. Amazing news. What to expect? A lot of things. I hope you can take some time and check by yourself. Among other things, we will have support for: Improved IntelliSense performance for C++ files Local development with many common emulators Simplified test access in Solution Explorer Git management and repo creation in the […]
Git Rebase
The easiest way to integrate branches in Git is the merge command. However, there is another way: you can take the patch of the change that was introduced in a commit and reapply it on top of a specific point. In Git, the rebase command allows you to take all the changes that were committed on one branch and replay […]
Executing Pull request on GitHub
I’ve been working with Git version control system for some time now. Both for personal and professional reasons. And I like it. Yes, I really like it. Oh yes, I really really like it. Git and GitHub allow us to experiment what is known as social coding. Back in 2011, GitHub already claimed to be the […]
3 great talks about Git version control system
I’ve recently been a pretty strong advocate of using Git as a version control system. It is inherently different from any other system around and being distributed is definitely something that I enjoy a lot. Let me share here 3 nice talks that I’ve enjoyed and which all describe Git and will allow you to […]
Git, a very nice tool and adventure.
I’ve used Subversion, Source Safe, TFS and others. Today I use Git for hosting most of my projects. I chose to do it to learn the tool, the environment and the paradigms behind it. It also started mostly because my professional work requires it. And I like it this way. Git is a distributed version control system […]
Working with Git and GitHub
I’ve started using Git distributed source code control recently and I have to say I love you, Git. I used to complain and be blocked when I was working with Team Foundation Server and that for some reason, the TFS server was down. Now, I just don’t worry about that because Git allows me to […]