Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Learn Github in one video! в хорошем качестве

Learn Github in one video! 3 года назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Learn Github in one video!

In this video you will get to know basic github CLI code, if you are a beginner. INSTALLATION & GUIS GitHub for Windows - https://windows.github.com GitHub for Mac - https://mac.github.com Git for All Platforms - http://git-scm.com Download GIT: - https://git-scm.com/ GitHub - GitHub : https://github.com/ Git command: (as a beginner): 1) git init - initialize an existing directory as a Git repository 2) git clone [url] - retrieve an entire repository from a hosted location via URL 3) git status - show modified files in working directory, staged for your next commit 4)git add . - add a file as it looks now to your next commit (stage) 5)git commit -m “[message]” - commit your staged content as a new commit snapshot 6) git diff --staged - diff of what is staged but not yet committed 7)git log - show all commits in the current branch’s history 8) git remote add [alias] [url] - add a git URL as an alias on your current folder/file 9) git stash list - list stack-order of stashed file changes

Comments