Git
-
Software Development
Git Cheatsheet
Introduction Git is a distributed version control system (DVCS) that has gained immense popularity for its speed, flexibility, and efficiency…
Read More » -
Software Development
Grouping multiple repositories with git submodules
A while back I had to make some changes to a couple of existing microservices that were new to me.…
Read More » -
Software Development
The Linear Git History
A lot of teams follow these rules. The question is why!? The rules are: Use GitHub flow – i.e. master…
Read More » -
Enterprise Java
Jenkins: Automating your delivery pipeline
In this post, we are going to create a Jenkins pipeline for a Java Spring project using Maven and Git:…
Read More » -
Software Development
Top Git Commands With Examples
A quick guide to how to use git commands and what are the top command that used by every developer…
Read More » -
Software Development
Git switch and restore
If you’ve been using Git for a while you’re probably used to the ubiquitous git checkout command, which is somewhat…
Read More » -
Software Development
How to Create a Git Repo From Scratch: Git Init, GitHub Desktop, and More
Welcome to my new Git series. Since I use Git all the time, I figured I could start documenting some…
Read More » -
Software Development
What The Commit!?
Committing in Git is The Future Whatever you write in your git commit history is what you’ll be going back…
Read More » -
Software Development
Create Git patches from command line
Git patches are an easy way to apply changes to a project if you don’t want to go through the…
Read More »