Click here to Skip to main content
15,904,023 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: Wednesday Pin
CodeWraith18-Apr-18 3:34
CodeWraith18-Apr-18 3:34 
GeneralRe: Wednesday Pin
Marc Clifton18-Apr-18 3:53
mvaMarc Clifton18-Apr-18 3:53 
GeneralRe: Wednesday Pin
CodeWraith18-Apr-18 4:13
CodeWraith18-Apr-18 4:13 
GeneralRe: Wednesday Pin
Herman<T>.Instance18-Apr-18 5:22
Herman<T>.Instance18-Apr-18 5:22 
GeneralRe: Wednesday Pin
Clifford Nelson18-Apr-18 5:45
Clifford Nelson18-Apr-18 5:45 
GeneralRe: Wednesday Pin
dandy7218-Apr-18 10:13
dandy7218-Apr-18 10:13 
GeneralRe: Wednesday Pin
Caslen19-Apr-18 12:22
Caslen19-Apr-18 12:22 
GeneralHow to use source control PinPopular
Marc Clifton18-Apr-18 1:35
mvaMarc Clifton18-Apr-18 1:35 
NOT.
  1. Check out the dev branch.
  2. Start working on a new feature
  3. You're asked to fix a bug on the same project not related to the feature you're adding.
  4. Manually copy the code to somewhere else that you've been working on for the new feature.
  5. Revert your local branch back to the master version
  6. Fix the bug.
  7. Check in the change.
  8. Manually copy back the code that you were working on for the new feature.
  9. Manually add back in the bug fix.
  10. Keep working on the feature.
Yes, this is actually what I was told as "how to do it" because branching can get too complicated.

Laugh | :laugh: Roll eyes | :rolleyes: Sigh | :sigh:
Latest Article - Building a Prototype Web-Based Diagramming Tool with SVG and Javascript

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: How to use source control Pin
MarkTJohnson18-Apr-18 1:49
professionalMarkTJohnson18-Apr-18 1:49 
GeneralRe: How to use source control Pin
HobbyProggy18-Apr-18 1:49
professionalHobbyProggy18-Apr-18 1:49 
GeneralRe: How to use source control Pin
Clifford Nelson18-Apr-18 5:47
Clifford Nelson18-Apr-18 5:47 
GeneralRe: How to use source control Pin
Eddy Vluggen18-Apr-18 1:53
professionalEddy Vluggen18-Apr-18 1:53 
GeneralRe: How to use source control Pin
Marc Clifton18-Apr-18 3:48
mvaMarc Clifton18-Apr-18 3:48 
GeneralRe: How to use source control Pin
Eddy Vluggen18-Apr-18 5:56
professionalEddy Vluggen18-Apr-18 5:56 
GeneralRe: How to use source control Pin
snorkie18-Apr-18 2:07
professionalsnorkie18-Apr-18 2:07 
GeneralRe: How to use source control Pin
Mike Hankey18-Apr-18 2:29
mveMike Hankey18-Apr-18 2:29 
GeneralRe: How to use source control Pin
Slacker00718-Apr-18 2:34
professionalSlacker00718-Apr-18 2:34 
GeneralRe: How to use source control Pin
Maximilien18-Apr-18 2:42
Maximilien18-Apr-18 2:42 
GeneralRe: How to use source control Pin
Scott Serl18-Apr-18 6:26
Scott Serl18-Apr-18 6:26 
GeneralRe: How to use source control Pin
Slacker00718-Apr-18 6:47
professionalSlacker00718-Apr-18 6:47 
GeneralRe: How to use source control Pin
Scott Serl18-Apr-18 7:15
Scott Serl18-Apr-18 7:15 
GeneralRe: How to use source control Pin
raddevus18-Apr-18 2:37
mvaraddevus18-Apr-18 2:37 
GeneralRe: How to use source control Pin
PeejayAdams18-Apr-18 2:57
PeejayAdams18-Apr-18 2:57 
GeneralRe: How to use source control Pin
F-ES Sitecore18-Apr-18 3:12
professionalF-ES Sitecore18-Apr-18 3:12 
GeneralRe: How to use source control Pin
raddevus18-Apr-18 3:35
mvaraddevus18-Apr-18 3:35 

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.