Briisk lightning talks

Git part 2:

  • git pull
  • git push -f
  • git cherry-pick
  • git reflog

git pull

git pull

=

git fetch && git merge FETCH_HEAD

git push

git push -f

git cherry-pick

Conflicts:

git cherry-pick --continue
git cherry-pick --quit
git cherry-pick --abort

git reflog

git reset --hard <some commit>

Git submoduły

By Przemysław Fałowski

Git submoduły

  • 476