Can I use GUI or should I master git terminal commands?

preview_player
Показать описание
Absolutely, eventually everyone must learn the git command line. There are just things you really cannot even do from even the best GUI equivalents. Plus learning the command line git properly (from man gittutorial ) is the bible and will remain true forever on anything. GUIs tend to come and go and change.

By the way, you really should master gh as well (the GitHub Command line utility).

Thanks sponsors, subs, and followers:

Рекомендации по теме
Комментарии
Автор

You should use vim or emacs along with git at the command line / terminal. The moment your hands leave the keyboard productivity decreases but more importantly workflow is interrupted.

xA
Автор

I use both, but I am faster at using the terminal, and I am able to properly rebase through the terminal.

none_the_less