TouK na warsztatach z Gita

W najbliższą sobotę odbędą się Git kata, warsztaty doskonalenia pracy z Gitem, popularnym systemem zarządzania kodem. Jednym z mentorów będzie Jakub Nabrdalik z TouK.

W najbliższą sobotę odbędą się Git kata, warsztaty doskonalenia pracy z Gitem,  popularnym systemem zarządzania kodem. Jednym z mentorów będzie Jakub Nabrdalik z TouK.

Kuba jest jednym z dziesięciu mentorów, pod okiem których uczestnicy imprezy na konkretnych przykładach będą poznawać tajniki Gita. Zaplanowane jest 48 czterdziestominutowych kat (siedem równoległych w jednym bloku godzinowym).

Zagadnienia, które poruszy Jakub:

11:30 Configs, handful aliases, other tips & tricks
12:20 Manipulating commits with amend and cherry-pick
14:50 Interactive rebase
15:40  Configs, handful aliases, other tips & tricks
16:30  Interactive rebase
17:20 Git internals

Szczegółowy program i opis warsztatów dostępny jest tutaj.

Git kata odbędą się w najbliższą sobotę 23 marca o 11:00 w GammaFactory (Warszawa, ul. Hoża 51). Udział w wydarzeniu jest bezpłatny, ale wymagana jest rejestracja.

You May Also Like

Use asInstanceOf[T] carefully!

BackgroundScala has nice static type checking engine but from time to time there are situations when we must downcast some general object. If this casting is not possible we expect that virtual machine will throw ClassCastExeption as fast as possible. ...

OVal – validate your models quickly and effortlessly!

Some time ago one of the projects at work required me to validate some Java POJOs. Theses were my model classes and I've been creating them from incoming WebService requests. One would say that XSD would be sufficient for the task, for parts of this va...Some time ago one of the projects at work required me to validate some Java POJOs. Theses were my model classes and I've been creating them from incoming WebService requests. One would say that XSD would be sufficient for the task, for parts of this va...