Part of race track
CI/CD, Git

JGITVER 

Are you looking for an easy way to handle versioning of your maven projects? Use the jgitver maven plugin! In this post we will setup the plugin and show some of the main features. For a complete overview of the plugin and its workings please…

Back and white face paint
Freelance, Git

MULTIPLE GIT USERS 

Ever wanted to commit something with a different git user? Maybe your employer provided a user for you? Here are some strategies. For more detailed information of the commands in this post please visit the git config documentation. Switch git user for one repository Suppose…

Chess board
Git

MOVE A GIT REPOSITORY 

This week we moved our git repositories to a new platform used in the company. This operation is simpler than a move from say SVN to git. Still here are some points not to overlook. It is always a good idea to take a closer…

Cherries on tree branch
Git

GIT CHERRY-PICK 

Ever been in the situation where you want a change from another branch but not all? I did… and ended up merging everything and reverting all the things I didn’t need. Turns out git has a command for this! Git cherry-pick. The official documentation can…