Browsing tag

git

How To Rename Local and Remote Git Branch

This tutorial will help you to rename local and remote git branch and fix the branch that was named incorrectly and not followed the naming convention of your organization. Git allows you to rename the branch easily using the -m option. Rename Local and Remote Git Branch Unfortunately, you can’t directory rename a remote git […]

How To Install and Configure GitLab on CentOS 7 / Ubuntu 18.04 & Debian 9

GitLab is an open-source web-based Git-repository manager, written in Ruby. It includes a wiki, issue management, code review, monitoring, and continuous integration and deployment. GitLab enables developers to build, deploy and run their applications. There are three editions of GitLab available for public, Community Edition (CE), Enterprise Edition (EE), and a GitLab-hosted version. GitLab can […]