Git is one of the most popular version control or source code management system. It provides facility to track changes in source code for many open source and commercial projects. Version control systems help you share and collaborate on software development projects. In this tutorial we’ll explain how to install Git on Ubuntu 22.04 Jammy
git - DesignLinux
How to Install Gitea on Ubuntu 22.04
Gitea is an open source, lightweight and self-hosted git platform written in Go. It’s similar to Gitlab, but probably the easiest, fastest, and straightforward to setting up. It includes rich features like issues and time tracking, repository branching, file locking and tagging, merging, and much more. In this guide, you will learn how to install
How to Install Git on Debian 11 Linux
Git is the most famous distributed version control system in the world. It efficiently handles changes in source code for many open source and commercial projects. It allows to collaborate with programmers, revert to previous changes and create branches. In this article, you will learn how to install Git on Debian 11 Bullseye. Prerequisites# You
How to Install Gitea on Ubuntu 20.04
Gitea is an open source, lightweight and self-hosted git platform written in Go. It’s similar to Gitlab, but probably the easiest, fastest, and straightforward to setting up. It includes rich features like issues and time tracking, repository branching, file locking and tagging, merging, and much more. In this article, we will show you how to
How to Undo Last Git Commit
Sometimes, when working with Git, you may want to undo the latest commit. A commit is a snapshot of a Git repository at a given time. Git has a reference variable called HEAD that points to the latest commit in the current working branch. To undo a commit, all you need to do is point
How to Create and List Local and Remote Git Branches
In Git, a branch is simply a lightweight movable pointer to commits and a part of development process. At the time of development the developers are creating a new branch that later can be merged in to the production codebase. In this article we will show you how to create and list local and remote
How to Install Gitea on CentOS 8
Gitea is a self-hosted open-source git server written in Go. It comes with a repository file editor, project issue tracking, users managements, notifications, built-in wiki, and much more. Gitea is a lightweight application and can be installed on less powerful systems. If you are searching for a Gitlab alternative with a much smaller memory footprint