ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

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

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Introduction to Git - Remotes

Git

GitHub

David Mahler

Git Remote

Git Remotes

Fork

GitHub Fork

Git Fetch

Git Merge

git fetch and merge

git push

git pull

Introduction to Git Remotes

remote tracking branch

git remote-tracking branch

git upstream

Автор: David Mahler

Загружено: 2018-03-27

Просмотров: 169622

Описание: Introduction to Git - Remotes.
Twitter: @davidmahler
LinkedIn:   / davidmahler  

Introduction to Git - Core Concepts:    • Introduction to Git - Core Concepts  
Introduction to Git - Branching and Merging:    • Introduction to Git - Branching and Merging  

SSH key authentication in GitHub: https://help.github.com/articles/conn...
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

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Introduction to Git - Remotes

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

Introduction to Git - Core Concepts

Introduction to Git - Core Concepts

Git Commands With Examples | Git Branching & Merging | DevOps Training | Edureka Rewind

Git Commands With Examples | Git Branching & Merging | DevOps Training | Edureka Rewind

Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git

Git for Professionals Tutorial - Tools & Concepts for Mastering Version Control with Git

Introduction to OpenStack Neutron

Introduction to OpenStack Neutron

Introduction to Git - Branching and Merging

Introduction to Git - Branching and Merging

4 Hours Chopin for Studying, Concentration & Relaxation

4 Hours Chopin for Studying, Concentration & Relaxation

Introduction to TCPDUMP

Introduction to TCPDUMP

Lecture 6: Version Control (git) (2020)

Lecture 6: Version Control (git) (2020)

Git Tutorial for Beginners: Learn Git in 1 Hour

Git Tutorial for Beginners: Learn Git in 1 Hour

Git Branches Tutorial

Git Branches Tutorial

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]