Trendec interview question

Do you know the differences between tags and branches? When do you use which?

Interview Answer

Anonymous

28 Mar 2010

I typically use tags to mark important changes to code sets. Use Branches when different versions of code are in production at one time (or are being developed for release into production).