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".
Git is one of the most common version control systems today. It is a distributed type of version control system. This means that the repository you created on the cloud has the exact replica of the ...