Skip to content

Commit 735725b

Browse files
author
Biramax
committedNov 25, 2022
Start git instruction
1 parent a5340d1 commit 735725b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎git_howto.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# How to work with git
1+
# Подсказка по гиту
22

33
## Инициализация репозитория
44

55
```sh
66
git init
77
```
88

9-
main commands
9+
## Статус репозитория
10+
11+
```sh
12+
git status
13+
```
1014

0 commit comments

Comments
 (0)
Please sign in to comment.