Git instruction

This commit is contained in:
Иван Медведев 2023-04-12 18:23:59 +03:00
parent c4c54b8d06
commit 5f0d4bea0b

View File

@ -1,3 +1,15 @@
Медведев Иван Сергеевич Медведев Иван Сергеевич
2022 2022
Development virtual analizer Development virtual analizer
1. git init
2. git config
3. git config user.name
4. git config user.name "MedvedevIvan"
5. config user.email stud160934@vyatsu.ru
6. git config user.email
7. git add .
8. git status
9. git commit -m "My First commit"
10. git status
11. git log