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 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 
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 
Marc Clifton wrote:
  • Check out the dev branch.
  • Start working on a new feature
  • You're asked to fix a bug on the same project not related to the feature you're adding.
  • Manually copy the code to somewhere else that you've been working on for the new feature.
  • Revert your local branch back to the master version
  • Fix the bug.
  • Check in the change.
  • Manually copy back the code that you were working on for the new feature.
  • Manually add back in the bug fix.
  • Keep working on the feature.

  • Way easier Shucks | :-\
    Rules for the FOSW ![^]
    if(!string.IsNullOrWhiteSpace(_signature))
    {
        MessageBox.Show("This is my signature: " + Environment.NewLine + _signature);
    }
    else
    {
        MessageBox.Show("404-Signature not found");
    }

    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 
    GeneralRe: How to use source control Pin
    PeejayAdams18-Apr-18 4:13
    PeejayAdams18-Apr-18 4:13 
    GeneralRe: How to use source control Pin
    F-ES Sitecore18-Apr-18 3:14
    professionalF-ES Sitecore18-Apr-18 3:14 

    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.