« Git/Travailler avec Git local et un dépôt Subversion distant » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 71 :
=== Changements locaux ===
 
Pour éviter de propager des modifications locales indésirables (débogages, tests...) , The
It often happens that there are some changes you want to have in a repository file that you do not want to propagate. Usually
this happens with configuration files, but it could just as easily be some extra debugging statements or anything else. The
danger of committing these changes is that you'll run "git-svn dcommit" in the branch without weeding out your changes. On
the other hand, if you leave the changes uncommitted, you lose out on git's features for those changes, and you'll have to