git

Git

Git tutorials Basic outlines cd to a suitable directory mkdir a new directory, to be used as the root in repo. git init to initialize the repo. create some files with command line option, or we could use a text editor.