Poking Git - Advanced Git Techniques

preview_player
Показать описание
This session will cover intermediate to advanced Git commands and usage that will save you time and sanity. You will not understand how you lived life with Git before knowing them (and you will never again lose work after you know them). We will go over things like revision selection, advanced rebasing, bisecting, large files, subproject strategies, interesting index operations, the reflog, bundling, merge tools, stashing and branch filtering.

Speaker: Andreia Gaita, Visual Studio at GitHub
Рекомендации по теме
Комментарии
Автор

The history is not a tree, since there are multiple paths between commits due to merges. It's a graph whose edges have direction and in which there are no cycles, so it's a directed acyclic graph.

Dominic_Muller
Автор

Isn't the default is mixed for reset?

AshishRaiVfx
Автор

Scatty and incoherent. "A branch is just a label that follows you around." I stalker world maybe. What a load of nonsense. Having recently learnt about orphan branches I was really keen to learn some new awesome features, but after 10 minutes of focusing on the basics, I gave up. There's no need to explain what the index is in an advanced talk.

alienspacers