Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 253 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 253 Bytes

git clone [url_repo] git status git add [files] - добавляет файлы в stage git commit -m "" git remote -v git log git log --oneline git push [repo_name] [branch_name] (git push origin master) git reset git diff git reset --hard git branch