Install Git and try basic commands & workflows
Its very simple to install git on any platform -
Linux
Install git on Ubuntu, or RHEL based distros
sudo apt-get install git # ubuntu based distro
sudo dnf install git # fedora
sudo yum install git # centos or rhel
Mac
If you have homebrew...
mridulganga.dev5 min read
Dinys Monvoisin
Software developer, JavaScript Euthusiasts, Inspiring Blogger
I don't understand why people still using command line to use git. Using a Git GUI client, isn't more easy?