Git
-
Enterprise Java
Maven Git Release
I need to start this post by stating that I’ve only started to work seriously with Git within the last…
Read More » -
Software Development
gonsole weeks: oops – it’s a framework
While Eclipse ships with a comprehensive Git tool, it seems that for certain tasks many developers switch to the command…
Read More » -
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 »