Git: Tips and Tricks for Ruby Teams

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

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

Nice to have example way walk through with tips. Now I start focusing on configuration of git.

kuyyanikhil
Автор

VERY NICE!! I am going to love the patch option for git add so much :D

dasten
Автор

Nice! Just the tips, lol! Very helpful and well done.


ErikBabel
Автор

'color.ui = auto' is not needed any more. To set the rebase configuration for all branches set 'pull.rebase = true'. Also, Git rebase --interactive has the --autosquash option which automatically finds the commits with "fixup! commit" in the summary so you don't have to manually reorder and specify the action.

felipec