Skip to content

Commit 9f4c11a

Browse files
committed
Added a few commands to commit the project
1 parent 7d29760 commit 9f4c11a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This is a template for a C++ project. It's a good starting point. Download and s
88
mv cpp-project-template-20180221 hello_world
99
cd hello_world
1010
git init .
11+
git add -A
12+
git commit -m "initial commit"
1113

1214
CLI:
1315

0 commit comments

Comments
 (0)