Светлана 2 zile în urmă
părinte
comite
18c60739c2
1 a modificat fișierele cu 18 adăugiri și 5 ștergeri
  1. 18 5
      readme.md

+ 18 - 5
readme.md

@@ -1,20 +1,33 @@
 ```
-hint:git init                                                                              Reinitialized existing Git repository in C:/Users/User/skv/.git/ 
+# Лабораторная работа СКВ
 
-hint: git status                                                                            On branch master                                                                                        nothing to commit, working tree clean 
+hint:git init
+Reinitialized existing Git repository in C:/Users/User/skv/.git/ 
+
+hint: git status
+On branch
+master
+nothing to commit, working tree clean 
 
 hint: git config user.name sshabalina
 hint: git config user.email svetashabalina2007@gmail.com
+
 hint: git config --global https://kolei.ru/sshabalina/SKV.git false
 hint: git add .
 
 hint: git commit -m " first commit"
-git commit -m "new commit"                                                            On branch master                                                                                        nothing to commit, working tree clean
+git commit -m "new commit"
+Onbranch
+master
+nothing to commit, working tree clean
 
-hint: git log                                                                               commit 4d135642649e1606c232c1fcc7a7e61cd390d050 (HEAD -> master, origin/master)
+hint: git log
+commit 4d135642649e1606c232c1fcc7a7e61cd390d050 (HEAD -> master, origin/master)
 
 hint: git remote add origin https://kolei.ru/sshabalina/SKV.git
 hint: git push origin master
-git push origin master                                                                Username for 'https://kolei.ru':
+git push origin master
+Username for 'https://kolei.ru': 
 Password for 'https://sshabalina@kolei.ru':
+
 ```