Git
-
Software Development
Why I Prefer Merge Over Rebase
There are many ways to work with git. The workflows vary depending on the size of the team, organization, and…
Read More » -
Software Development
What’s the Difference? Creating Diffs with JGit
In this post, I will dig into the details of how to diff revisions and create patches with JGit. Starting…
Read More » -
Software Development
Git, your way – Meet Bitbucket, code collaboration on steroids
Hello fellow Java geeks. Today we are proud to announce that we have teamed up with Atlassian to promote Bitbucket. Bitbucket is…
Read More » -
Software Development
Change default Git commit message template
We do lot of changes to projects and commit those in git repository and then commit those changes along with proper…
Read More » -
Software Development
Git stash driven development
I’ve found myself using a pattern quite often recently, which I’ve been calling “git stash driven development” – that is, relying…
Read More » -
Software Development
Getting Started with JGit
If you ever wondered how basic Git commands like git init, git checkout and so on are executed in JGit,…
Read More » -
Software Development
Starting developing in Swift: setting up version control with GitLab
Now that I have received my grade for the second part of the Coursera iOS with Swift specialisation I decided…
Read More » -
Software Development
Gonsole 1.2: Open Git Consoles from Everywhere
We have added a little feature to the Git Console for the Eclipse IDE that may be helpful here and…
Read More » -
Software Development
How to Clone Git Repositories with JGit
Whatever you plan to do with an existing repository, first a clone has to be created. Whether you plan to…
Read More »