Unrelated_History_in_Git

How to Solve – fatal: refusing to merge unrelated histories

As we seen in our previous post, “Pushing your first git repository / project to Github” we … Read more

upgrade git version

How to update Git to Latest Version in Linux ?

In old versions of Git “–initial-branch” is not supported, but some of the most online git platforms … Read more

git_remote

Fix : “git branch -r” not showing all remote branches

When you have a git repository which is actively maintained on centralised server, and you have cloned … Read more

git

Git filename too long in Windows MINGW / Git Bash

We had some source code downloaded from internet and which was developed on Windows. We wanted to … Read more