Skip to content

Zasady merge

Damian Kolenda edited this page Aug 11, 2020 · 4 revisions

(będac na master)
git fetch && git pull
git checkout nasz_brunch_taskowy
git pull (na wypadek gdyby ktos pracował z nami na jednym branchu)
tsc
git merge master
git push
git checkout master
git merge --squash nasz_brunch_taskowy
git commit -a (lub git commit -m wedlug uznania)
git push

Clone this wiki locally