Skip to content

Commit f792a20

Browse files
authored
Update README.md
1 parent 350365e commit f792a20

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
# cplusplus
22

3-
## Instructions to push the code on github:
4-
1. git add .(everything) or filename
5-
2. git commit -m "message"
6-
3. git push
7-
8-
## Vim useful commands:
9-
1. Exit :q, :x
10-
2. Insert i
11-
3. Delete x
12-
4. Change mode esc
13-
5. Delete line dd
14-
6. Save :w
15-
7. Save and exit :wq
16-
8. Without save and exit :!q
3+
implementing all the datastructures from scratch in C++

0 commit comments

Comments
 (0)