Click here to Skip to main content
15,903,012 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Ron Anders24-Nov-14 9:08
Ron Anders24-Nov-14 9:08 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Jörgen Andersson24-Nov-14 9:26
professionalJörgen Andersson24-Nov-14 9:26 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Ron Anders24-Nov-14 9:28
Ron Anders24-Nov-14 9:28 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
User 58385224-Nov-14 11:54
User 58385224-Nov-14 11:54 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Simon O'Riordan from UK24-Nov-14 20:41
Simon O'Riordan from UK24-Nov-14 20:41 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Jörgen Andersson24-Nov-14 21:00
professionalJörgen Andersson24-Nov-14 21:00 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Simon O'Riordan from UK24-Nov-14 21:18
Simon O'Riordan from UK24-Nov-14 21:18 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
peterchen24-Nov-14 23:03
peterchen24-Nov-14 23:03 
I'm surprised git didn't come up earlier in this thread.

GIT is a basterd to learn. Haven't found any tool that spares you learning the command line, the Linux culture is strong in this - and grating. Change in mindset may be steep.

Yet it also allows a few workflows that feel like magic.

For me, the biggest feature is interactive rebase: allows you to commit frequently and "dirty", then reorganize and clean the history before publishing it to public.
Conceptually, many commands do not operate on verisons, but on changes between versions - such as cherry-pick and rebase to move changes from one branch to another.
git blame is great for those "where the eff does this line come from?" moments.

It does change your workflow in a way I would miss with another tool.

GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Jörgen Andersson25-Nov-14 0:10
professionalJörgen Andersson25-Nov-14 0:10 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
peterchen25-Nov-14 1:48
peterchen25-Nov-14 1:48 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Macs Dickinson25-Nov-14 2:01
Macs Dickinson25-Nov-14 2:01 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Andy Brummer25-Nov-14 3:32
sitebuilderAndy Brummer25-Nov-14 3:32 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
peterchen25-Nov-14 4:12
peterchen25-Nov-14 4:12 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Dan Neely25-Nov-14 3:54
Dan Neely25-Nov-14 3:54 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Macs Dickinson25-Nov-14 1:59
Macs Dickinson25-Nov-14 1:59 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
andegre25-Nov-14 3:03
andegre25-Nov-14 3:03 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Bill Wade25-Nov-14 3:44
professionalBill Wade25-Nov-14 3:44 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
agolddog25-Nov-14 3:58
agolddog25-Nov-14 3:58 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Jörgen Andersson25-Nov-14 9:41
professionalJörgen Andersson25-Nov-14 9:41 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Gary Huck25-Nov-14 4:56
Gary Huck25-Nov-14 4:56 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
MikeTheFid25-Nov-14 5:25
MikeTheFid25-Nov-14 5:25 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
jschell25-Nov-14 8:30
jschell25-Nov-14 8:30 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Jörgen Andersson25-Nov-14 10:04
professionalJörgen Andersson25-Nov-14 10:04 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
Member 1100276526-Nov-14 4:32
Member 1100276526-Nov-14 4:32 
GeneralRe: What Source Control and issue tracking system would you choose today? Pin
AJC Software26-Nov-14 5:40
AJC Software26-Nov-14 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.