It's not much long Microsoft started support for using git with Visual Studio(since last year, 2013). And now, recently, it added some core updates on its git support as mentioned on techcrunch. I am not using visual studio/.NET platform since a while and thus wasn't aware of the latest staffs going on. I explored this integration of git with visual studio recently on free … [Read more...] about Beginners Guide To Use Git With Visual Studio
Source Control
Automated Deployment With GIT Post Receive Hook
There are several deployment/ci tools available on the web. However, I was looking for a quick way without going through those process to deploy demo site for this blog on a VPS. For this simple purpose, git hook seemed a legit idea. Thus I went for this adventure of simple automated deployment with git hook. There are several articles showing the process in various steps. … [Read more...] about Automated Deployment With GIT Post Receive Hook
Using GIT Plugin For Netbeans IDE
On this tutorial, I will try to describe, how easily we can use git operations from within the IDE with using git plugin for Netbeans. Also, I will like to mention that, git support for Netbeans IDE started since version 7.x . So, please make sure your ide is updated . I am using Netbeans IDE 7.3(beta) while, writing this tutorial. If you are very new with git, you should … [Read more...] about Using GIT Plugin For Netbeans IDE
Microsoft Team Foundation Server- TFS Source Control System
If you don't know anything about Team foundation server, then you might be thinking that, its some kind of tool like SVN/GIT etc source version control system. But, version control is only a part of this.Team foundation server(in short, TFS), is a great innovation of Microsoft, that is integrated with Visual Studio and provide a easy/effective way to manage a software … [Read more...] about Microsoft Team Foundation Server- TFS Source Control System
Few Important Basic Git Commands Examples
Before, I have discussed about very basics about git and github for git project hosting. However, none of those tutorials covered the important git commands that is usually needed. I will try to demonstrate some of the most important basic git commands here. So, let's get started :). Initialize and configuration: Here are some initialization commands: Add/Remove/Edit … [Read more...] about Few Important Basic Git Commands Examples