Developers on GitHub who prefer the command line (CLI) in a terminal are gaining an official CLI tool for managing changes to open-source projects. GitHub has announced the beta of the command-line ...
GitHub has launched GitHub CLI, a new command-line interface that promises a more-seamless way to work with the code hosting platform. GitHub CLI is available immediately in a beta version.
I'm fairly new to git and most of my interaction with it has been via the IntelliJ Idea IDE. But sometimes I use a command line. In one directory I did "git init", "git add files", and "git commit".