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 » -
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 » -
The Best Git Branching Strategy
1. Introduction This is an in-depth article related to the Best Git Branching Strategy. Git was developed by Vincent Driessen…
Read More » -
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 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 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 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 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 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 » -
Git Edit Commit Message Example
In this post, we present a Git Edit Commit Message Example. 1. Introduction Performing a commit operation in Git is…
Read More »