From 6d33f4e2e1a8dea4594438fab0162c58313aac25 Mon Sep 17 00:00:00 2001 From: dimpeshmalviya <73013833+dimpeshmalviya@users.noreply.github.com> Date: Sat, 17 Oct 2020 12:57:29 +0530 Subject: [PATCH] How make a git repository --- How make a git repository | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 How make a git repository diff --git a/How make a git repository b/How make a git repository new file mode 100644 index 0000000..3155b47 --- /dev/null +++ b/How make a git repository @@ -0,0 +1,7 @@ + +Create a directory to contain the project. +Go into the new directory. +Type git init . +Write some code. +Type git add to add the files (see the typical use page). +Type git commit .