GitHub is a free repository hosting service, used as version control for web developers to download and push their code from their servers to other users. In our previous article on Installing Git on Ubunto 18.04, we’ve instructed on how to add Git to your Ubuntu VPS server. We’ll continue on and show you how to add and clone a repo from GitHub to your server.
Continue reading “How to Create and Clone a Repo in GitHub on Ubuntu 18.04”Tag: Repo
How to Install Graylog Sidecar
What is Graylog Sidecar?
Graylog Sidecar is a nimble configuration management framework for various log collectors called backends. The Graylog master node acts as a centrally located hub that contains the configurations of the log collectors. Sidecar can run as a service on both Windows and Linux servers.
Continue reading “How to Install Graylog Sidecar”Little Known Ways To Utilize GitHub Gists
What is Gist?
Gist is an easy method to share snippets or excerpts of data with others. A gist can be a string of code, a bash script or some other small piece of data. These bits of information are hosted by GitHub as a repository. Using gist has all the benefits of utilizing a GitHub repository, and also provides a more lightweight way of utilizing GitHub’s versioning features.
Continue reading “Little Known Ways To Utilize GitHub Gists”How To Clone A Git Repo on CentOS
In this article, we discuss how to clone a git repo on CentOS. We also learn the differences between Git and GitHub, what version control means, what a repo is and how to clone a repository.
Continue reading “How To Clone A Git Repo on CentOS”