git: what does 'fast forward' mean? (intermediate) anthony explains #380

preview_player
Показать описание
today we talk a bit about git merges and what "fast forward" means as well as go over the `--ff-only` and `--no-ff` tags!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Thanks! What kind of keyboard/mouse set up is that? It looks useful.

kmacdowe
Автор

Interesting stuff! When creating a new branch, is there any difference between diverging from origin/master (i.e. git checkout origin/master -b …) vs diverging from master (assuming they are both updated and point to the same commit)?

UriYakir
Автор

Topic suggestion: git tags vs github releases, pros/cons of each, when to use releases

jrib
Автор

git merge origin/feature-branch, I always get the fast forward error, because we two devs work on same branch. This command is saviour.

usmaniqbal