Is This The BEST Git Command? #git #interactive #hack #coding #software

preview_player
Показать описание

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

I guess this is opinion divides the git community 😂😂

codingwithmat
Автор

I'm programmer for about 5 years and thats new for me 😂 Thanks.

nowieszco
Автор

If I recall, this was the default staging mechanism in SVN. You could (I think) set it as the default in git also by using a git alias (or bash aslias). 👍

ShortFilmVD
Автор

I use Tig, Can't live without it

flodderr
Автор

Nice, thanks for the tip. I never used -i. I've always used -p, which does per hunk booleans

nado
Автор

git add -i
git commit -p
git rebase -i

are how I stay sane with git in the terminal. Love them!

Reeferslep
Автор

I'm using VS code and my mouse.
I'm not a masochist to still use terminal in 2024.

anj
Автор

Thank you for not supporting "."
I've seen so much crap committed by people with that habit

nhazittas
Автор

I still don't get using git without a UI for basic things like staging and unstaging. Using git directly is great for granular control but here it's just a waste of time imo

Ed.E
Автор

I prefer just using a gui application. After a long coding sesh or coding a feature I feel it is better to just use a gui.

Warpgatez
Автор

we just use ide and dont bother with this sht.. maybe for devops its essential since they working in terminals mostly

MrLinuxFreak
Автор

I click on the file(s) with my mouse in the GUI for a 1000x more efficient process

orterves
Автор

Completely disagree. Keyboard is better than mouse

loicjeannin
join shbcf.ru