Try Git |
Markdown Cheatsheet |
Pro Git
Getting Started
In the terminal start by creating a new directory, then run git init
to initialize a git repository
mkdir my_new_directory
ck my_new_directory
git init
Try Git |
Markdown Cheatsheet |
Pro Git
Getting Started
In the terminal start by creating a new directory, then run git init
to initialize a git repository
mkdir my_new_directory
ck my_new_directory
git init