Github használata - Szoftverfejlesztés fórum

üzenetek

hozzászólások


artiny
(őstag)

Kispx koszi :)

Egy uj kerdes:
GIT - en mit jelent ez Avoid merge commits for pulling?
Avoid merge commits for pulling
You pull the latest changes from a remote repository, and if these changes are divergent, then by default Git creates merge commits. We can avoid this via following settings.

jerry@CentOS project]$ git config --global branch.autosetuprebase always

Egy tutorialban olvastam,ezt erdemes beallitani? Vagy esetleg valami mast az elso konfignal a mergel kapcsolatban?

üzenetek