Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

git команди

git status - показує статус 
git commit - зберігає зміни
git add - додати файл для наступного коміту
git pull origin - отримує та зливає дані з серверу origin
git fetch origin - завантажує файли з серверу origin
git push origin master - відправляє файли з гілки master до серверу origin
git checkout -b <name> - створює нову гілку та переходить на неї
git checkout master - переходить в гілку master
git merge hotfix - зливає hotfix до master
git branch -d hotfix - видаляє гілку hotfix

ladno Dima loshok

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages