[TYPO3-core] How to set up Git GUI client with SSH-RSA key on Windows

Georg Ringer mail at ringerge.org
Fri Jun 3 14:10:13 CEST 2011


Am 03.06.2011 14:00, schrieb Thomas "Thasmo" Deinhamer:
> What's the reason for creating
> branches for every bit?

having only those files changed which concern the change. If you make a 
git commit -a or only a git diff or git status only those files are 
changed which concern the change.

> Is it just to have a clean master
> branch and having development separated?

especially having different developments seperated. You can work on one 
issue and if your boss comes and you need to fix something different, 
you can just create a new branch, deal with it and switch back.

> And when to delete the branch? After
> it has been reviewed and commited to master?

when you don't need it anymore ;)

Georg


More information about the TYPO3-team-core mailing list