Загрузка страницы

Introduction to Git - Remotes

Introduction to Git - Remotes.
Twitter: @davidmahler
LinkedIn: https://www.linkedin.com/in/davidmahler

Introduction to Git - Core Concepts: https://youtu.be/uR6G2v_WsRA
Introduction to Git - Branching and Merging: https://youtu.be/FyAAIHHClqI

SSH key authentication in GitHub: https://help.github.com/articles/connecting-to-github-with-ssh/
Pro Git Book by Scott Chacon: https://git-scm.com/book/en/v2

Commands used:
Retrieve/Clone a repo = git clone (URL)
List remotes = git remote (-v for detail)
Commit graph = git log --all --decorate --oneline --graph
Checkout a branch = git checkout
Create and checkout a branch = git checkout -b (branch name)
Retrieve/download from a remote = git fetch (remote name)
merge branch or tracking-branch = git merge (branch or tracking branch name)
Show status = git status
Upload to a remote = git push (remote name) (branch name)
stage an edit = git add (filename)
make a commit = git commit -m "description"
stage and commit = git commit -a -m "description"
List local branches = git branch
List remote branches = git branch -r
List both local and remote branches = git branch -a

Видео Introduction to Git - Remotes канала David Mahler
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
27 марта 2018 г. 19:56:27
00:31:16
Яндекс.Метрика