# Лабораторная работа СКВ ``` 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" Onbranch master nothing to commit, working tree clean 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': Password for 'https://sshabalina@kolei.ru': ```