Top Free Websites for Source Code Management and Documentation

github

Managing source code and maintaining thorough documentation are critical aspects of software development. Several free online platforms … Read more

Understanding Git: A Comprehensive Guide to Version Control

what is git

Git is a distributed version control system that allows multiple developers to work on a project simultaneously … Read more

How to delete the remote TAG in git ?

We had some source code, to which after doing modifications and commit, we added a tag and … Read more

How to upload large files to git server / GitHub using git LFS ?

Git Large File Storage (LFS) is a Git extension designed for handling large files more efficiently. If … Read more

How to use GLab – A GitLab Command Line Tool ?

Glab

GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with … Read more

How to create GitLab project from Ubuntu Terminal ?

Create GitLab Project from Terminal

In continuation with the articles for using “GitLab” , In this post, we will demonstrate how to … Read more

How to Push your Project to GitLab ?

Push Your Project to GitLab

Once we have created the project as mentioned “Getting started for First Project with GitLab” and added … Read more

How to Solve – fatal: refusing to merge unrelated histories

Unrelated_History_in_Git

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

How to Configure Username, E-mail For First Time Git Setup ?

username email git

The first thing you should do when you install Git is, configure it to set your user … Read more

How to Create a Remote Branch in Git ?

The process to create a new branch a remote git starts with having this git on your … Read more