Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 353 Bytes

cherry-pick.md

File metadata and controls

17 lines (14 loc) · 353 Bytes

Exercise cherry-pick

Walkthrough

1. Neuen Branch feature/5050 erstellen 
2. 3 Änderungen wie folgt:
   a. todo.txt Zeile1 + add -A + commit 
   b. todo.txt Zeile2 + add -A + commit
   c. todo.txt Zeile3 + add -A + commit
3. Wechsel in den master 
---
4. commit von 2b. notieren 
5. branch löschen 
6. Cherry-picken von commit aus 2b