Friday, January 31, 2020

Introduction to Hub

Hi again,

Right after my welcome post, I am going to discuss about a great command line tool to work with github. This is more effective and usefull than git bash


HUB

So what is hub?

As I mentioned above hub is a command line to which is very useful in github operations.
you can see the full documentation from here 

Why hub?

The main advantage I obeserved is the ability to create repos from the terminal which could be very useful if you are working with large number of repos. Scripting is much easier with HUB


Let's install HUB with centos

First install git,

Here is the official Documentation

Then,

Well this is the fun part. In official hub installation page you will ask to install bunch of containers and then install the hub on them. Welcome to the easy way! In centos you can just install the hub with yum

sudo yum install hub

that's it! :-D

No comments:

Post a Comment

Update openSSL to latest 1.1.1 version (1.1.1w)

  By the time(2024) one our system use this old OpenSSL version 1.1.1g and we are going to update it to latest version of 1.1.1 openSSL v...