Commit a921b9aa authored by Vladimír Štill's avatar Vladimír Štill
Browse files

Tweak handout.

parent 8ed689b6
Loading
Loading
Loading
Loading
+11 −1
Original line number Diff line number Diff line
@@ -58,5 +58,15 @@ počkejte až vám dá přístup do svého (práva se přidělují přes gitlab)
#.  `git rebase --continue`
#.  podívejte se na log, zveřejněte

## Tutoriál 3: 
## Tutoriál 3: branching



## Demo: historie, vyhledávání

*   `git clone https://github.com/mchalupa/dg`
*   vyzkoušíme si `git log`, `tig`, `gitk`
*   `git grep`
*   `git tag -l` + `git checkout TAG`
*   `git branch` a spol.
*   `git checkout --track origin/…`