git
-
Software Development
Agile Git Branching Strategies in 2023
Hello. This tutorial will explore different Agile Git Branching Strategies in 2023 and trunk-based development approaches. 1. Introduction Git is…
Read More » -
DevOps
GitOps
1. Introduction Software development has changed a lot in the last few decades. We have moved from Waterfall to Agile…
Read More » -
Git
Git Squash
1. Introduction While developing a new feature you will have multiple stages until that feature is completed. Git offers different…
Read More » -
Git
Installing Sourcetree for GIT
1. Introduction Working on a project with multiple teams that develops multiple features, you will need to have something like…
Read More » -
Git
Git apply patch Example
1. Introduction to Git In this post, we feature a comprehensive article on Git apply patch. Git is a distributed…
Read More » -
Git
Git Pull Refusing to merge unrelated histories Example
In this blog post, we will take a quick look at Git and the problem of unrelated histories during Git…
Read More » -
Git
Git Abort Merge Example
In this post, we present a Git Abort Merge Example. 1. Introduction Merging branches is an important operation when working…
Read More » -
Git
Git Add Submodule Example
In this post, we feature a comprehensive Example on Git Add Submodule. 1. Introduction An important concept in software development…
Read More » -
Git
Git Orphan Branch Example
In this post, we present a Git Orphan Branch Example. 1. Introduction In general, when you create a new branch…
Read More » -
Git
Git Generate SSH Key Example
In this post, we will demonstrate how to generate an SSH key that can be used to authenticate with a…
Read More »