6 Most Important Git Commands

preview_player
Показать описание
Learn about the important git commands that you should know!
Рекомендации по теме
Комментарии
Автор

so
clone is "make a exact duplicate of X from cloud to local machine"
commit is "take local changes and save them to local branch name?"
push is "take local changes and save them to cloud under branch name"
pull is "take cloud changes and bring them to local branch?"
branch is "look at or borrow or make a seperate version from a coworker?"
merge is "take some changes and blend them with another file"
Have I got that right? Improvements to my technical communication?

tylr
Автор

Quick, direct and well explained. Thanks my friend!

CrimsonSlayer