Git
-
Software Development
Using Git- Part -I : Basics
Introduction Git is popular distributed version control system created by Linus Torvalds, creator of Linux OS. So, as you might…
Read More » -
Software Development
gonsole weeks: content assist for git commands
While Eclipse ships with a comprehensive Git tool, it seems that for certain tasks many developers switch to the command…
Read More » -
Software Development
Git : How to add commit in between old commits
I have a Git repository and need to rewrite my local history by inserting a new commit in between old…
Read More » -
Software Development
Using Git
Using Git When it comes to Software Version/Configuration Management, there might be a whole lot of vendor or open source…
Read More » -
Software Development
GitHub vs. Bitbucket: It’s More Than Just Features
Let’s go back to 2005 when Bitkeeper, host of the Linux kernel project back then, pulled the trigger and changed…
Read More » -
Software Development
GIT Pull Requests Using GitHub
Old Habits We’ve been working with git for more than a year. The SCM was migrated from SVN, with all…
Read More » -
Software Development
How to manage Git Submodules with JGit
For a larger project with Git you may find yourself wanting to share code among multiple repositories. Whether it is…
Read More » -
Software Development
Custom Git Commands in 3 Steps
I’m lazy and so I seek ways to reduce repetitious activities. For instance, I’ve spent a lot of time in…
Read More » -
Software Development
Automated bug finding with git bisect and mvn test
Do you know the feeling when you discover a bug in a functionality that was working couple of weeks (or…
Read More »