How to install git LFS in Amazon Linux 2 – AWS EC2

Install Git LFS command for Amazon Linux 2

Git LFS (Large File Storage) is an open-source Git extension developed by GitHub. It is created to handle files that are large and cannot be managed easily by Git itself. Git LFS replaces large files in your Git repository with small “pointer” files and stores …

Read more

How to directly install npm package from GitHub repository

Install Github Package directly using NPM

NPM doesn’t need an introduction if you are a developer. Anyway, it is a package manager that is used by popular Nodejs JavaScript to install various packages, dependencies, and modules. Using it developers can have a central packages repository to use for their projects, this …

Read more

How to Install GitHub Desktop on latest Fedora Linux

Running GitHub Linux on Fedora

Are you tired of typing git commands in your terminal? Do you want a GUI for Git on Linux so it’s easier to manage your repositories? With the latest version of Fedora Linux distro, it finally became possible to install GitHub Desktop client on Linux. …

Read more

Install GitHub Desktop App on Ubuntu 22.04 or 20.04 Linux

Githhub desktop installation on Ubuntu 22.04 or 20.04

Introduction- What is GitHub Desktop App? GitHub Desktop is a free and open-source graphical user interface (GUI) to run on Windows or macOS for Git version control. In the words of GitHub, “GitHub Desktop is an open source Electron-based GitHub app. It combines both a …

Read more

What is Sourcetree and Bitbucket?

whats is SourceTree and BitBucket min

In this article, we discuss quickly and understand what exactly is the difference between Sourcetree and Bitbucket. This helps beginners to start with these two Git tools. What is SourceTree? Sourcetree is a software to provide a graphical interfaced Git and Mercurial client to developers …

Read more

How to install Git on AWS EC2 Amazon Linux 2

GIT install on AWS ec2 Amazon Linux 2

We can easily download Git from almost all Linux distributions using the integrated package manager. Here we will see how to install GIT on Amazon Linux running on AWS Ec2 Instance. Git is a freely available open-source system for distributed versioning. It is fast, scalable, …

Read more

Gitea on docker- Installation of self-hosted Git service

Gitea on docker Installation

Create your own open-source GitHub alternative Gitea by installing on a Docker container and accessing it outside using the internet or locally. What is Gitea? Gitea is version management software, it is a fork of Gogs a resource-saving github.com clone. With any of these two …

Read more