I’m researching the Git and Bazaar capabilities and wonder which one has more feature-rich
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose you also read Bazaar vs. Git article, but in the end, it all comes down to what you are looking for in term of “feature-rich code management”.
If, by code management, you are referring to file (and directories and renaming), go with Bazaar.
If, by code management, you are looking at content management, Git is designed to manage just that (the staging area, for instance, allows you to record what current content you want to commit, even though you have already begun to make some large modification you end up not wanting to commit in the current branch)
To be sure, re-read Linus’s original vision for Git (back in April 2005). If you do agree with it, chances are Git will deliver what you want. In short:
That “all project” notion is actually a strength and a limit for Git in term of project management: you should not seek to put everything into one Git repository.