Click here to Skip to main content
15,914,160 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: How to use source control Pin
Jacquers18-Apr-18 3:33
Jacquers18-Apr-18 3:33 
GeneralRe: How to use source control Pin
Marc Clifton18-Apr-18 3:51
mvaMarc Clifton18-Apr-18 3:51 
GeneralRe: How to use source control Pin
Clifford Nelson18-Apr-18 5:56
Clifford Nelson18-Apr-18 5:56 
GeneralRe: How to use source control Pin
Scott Serl18-Apr-18 6:53
Scott Serl18-Apr-18 6:53 
GeneralRe: How to use source control Pin
Kirk 1038982118-Apr-18 3:57
Kirk 1038982118-Apr-18 3:57 
GeneralRe: How to use source control Pin
PIEBALDconsult18-Apr-18 4:06
mvePIEBALDconsult18-Apr-18 4:06 
GeneralRe: How to use source control Pin
Clifford Nelson18-Apr-18 5:54
Clifford Nelson18-Apr-18 5:54 
GeneralRe: How to use source control Pin
Scott Serl18-Apr-18 7:02
Scott Serl18-Apr-18 7:02 
1. use git stash (but I rarely use it as I commit locally every 15 minutes or so).
2. that's what branches are for. if you need to work on someone else's branch, have them push it to the server and then pull the branch locally to work on it (do this as often as necessary while both of you work on it or pull directly from their local).
3. merge from [branch you want changes from] to your branch (you should be committing often anyway, so committing should not be an issue).
GeneralRe: How to use source control Pin
Clifford Nelson18-Apr-18 7:20
Clifford Nelson18-Apr-18 7:20 
GeneralRe: How to use source control Pin
Marc Clifton18-Apr-18 7:16
mvaMarc Clifton18-Apr-18 7:16 
GeneralRe: How to use source control Pin
StarNamer@work19-Apr-18 4:43
professionalStarNamer@work19-Apr-18 4:43 
GeneralRe: How to use source control Pin
Marc Clifton20-Apr-18 2:43
mvaMarc Clifton20-Apr-18 2:43 
GeneralRe: How to use source control Pin
decaffeinatedMonkey19-Apr-18 1:38
decaffeinatedMonkey19-Apr-18 1:38 
GeneralRe: How to use source control Pin
Slow Eddie19-Apr-18 3:11
professionalSlow Eddie19-Apr-18 3:11 
GeneralRe: How to use source control Pin
nightsoul9419-Apr-18 6:05
nightsoul9419-Apr-18 6:05 
GeneralRe: How to use source control Pin
Marc Clifton20-Apr-18 2:38
mvaMarc Clifton20-Apr-18 2:38 
GeneralRe: How to use source control Pin
Daniel R. Przybylski19-Apr-18 9:40
Daniel R. Przybylski19-Apr-18 9:40 
GeneralRe: How to use source control Pin
Marc Clifton20-Apr-18 2:28
mvaMarc Clifton20-Apr-18 2:28 
GeneralDARKNESS Pin
Marc Clifton18-Apr-18 1:30
mvaMarc Clifton18-Apr-18 1:30 
GeneralRe: DARKNESS Pin
W Balboos, GHB18-Apr-18 1:37
W Balboos, GHB18-Apr-18 1:37 
GeneralRe: DARKNESS Pin
CodeWraith18-Apr-18 2:25
CodeWraith18-Apr-18 2:25 
GeneralRe: DARKNESS Pin
lopatir18-Apr-18 4:27
lopatir18-Apr-18 4:27 
GeneralRe: DARKNESS Pin
W Balboos, GHB18-Apr-18 4:30
W Balboos, GHB18-Apr-18 4:30 
GeneralRe: DARKNESS Pin
lopatir18-Apr-18 5:09
lopatir18-Apr-18 5:09 
GeneralRe: DARKNESS Pin
W Balboos, GHB18-Apr-18 5:48
W Balboos, GHB18-Apr-18 5:48 

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.