when `git add .` doesn't work (intermediate) anthony explains #539

preview_player
Показать описание
today I show a particular monorepo case where `git add .` didn't work as the user expected -- and introduce an interesting alternative!

==========

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!
Рекомендации по теме
Комментарии
Автор

Yikes. I always add every file specifically. If the list is too long I use got add -i to do it interactively. But that's rare.

ehfoss
Автор

Hi Anthony Amazing feature, Thanks for sharing with us. One small help is needed. my mouse curosr is disappearing from my GIT command windows, could you please help me what setting command should I add into config file. Thanks

pappu
Автор

Hi! you did not post anything for a while, is everything ok?

kakxow
Автор

sorry, i'm still little confused
the reason git add . did not work was because the command was ran from child directory and the changes were made in the parent directory? so git does not have access to parent directory from child directory?

a_maxed_out_handle_of__chars
Автор

so it work as expected.
another "git add ." foot shooting. why not use git add -u?

astralc