Spaces:
Sleeping
Sleeping
Create Initialize Git
Browse files- Initialize Git +3 -0
Initialize Git
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
git init
|
2 |
+
git add .
|
3 |
+
git commit -m "Initial commit"
|