Click here to Skip to main content
15,891,567 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.

 
QuestionRe: TFS or Git Pin
Slacker00713-Nov-17 21:59
professionalSlacker00713-Nov-17 21:59 
AnswerRe: TFS or Git Pin
Eytukan14-Nov-17 0:16
Eytukan14-Nov-17 0:16 
GeneralRe: TFS or Git Pin
Mycroft Holmes13-Nov-17 22:23
professionalMycroft Holmes13-Nov-17 22:23 
GeneralRe: TFS or Git Pin
Jacquers13-Nov-17 22:34
Jacquers13-Nov-17 22:34 
GeneralRe: TFS or Git Pin
Thornik14-Nov-17 0:45
Thornik14-Nov-17 0:45 
AnswerRe: TFS or Git Pin
Spoon Of Doom14-Nov-17 0:56
Spoon Of Doom14-Nov-17 0:56 
GeneralRe: TFS or Git Pin
rnbergren14-Nov-17 2:15
rnbergren14-Nov-17 2:15 
GeneralRe: TFS or Git Pin
agolddog14-Nov-17 6:01
agolddog14-Nov-17 6:01 
Since you mention TFS, I'm assuming you're in the MSFT space somewhere. We use git integrated with VS.

Full disclosure, I wasn't involved with the setup, and we've had a few different repos over the years; that part may be painful, I can't say.

I like it. We've got a pretty nice strategy for making branches for each project that seems to be working well. Within your local branch, you can do a commit when you get to a milestone/need to go to another branch for bug fix/whatever without affecting the remote repository.

In fact, just this morning I did a check-in for my development branch because an alleged bug in our upcoming release needs to be investigated. So, I make a branch off of the release, get that local, and check things out. If a change is, in fact, necessary, I check in in, commit remote, do a pull request to merge that into the release, and that gets deployed for a QA double-check.

When I'm done investigating, I just go back to development branch, build, and I'm back in that change.

GeneralRe: TFS or Git Pin
Joe Woodbury14-Nov-17 6:07
professionalJoe Woodbury14-Nov-17 6:07 
GeneralRe: TFS or Git Pin
Kevin Marois14-Nov-17 6:10
professionalKevin Marois14-Nov-17 6:10 
GeneralRe: TFS or Git Pin
Joe Woodbury14-Nov-17 7:16
professionalJoe Woodbury14-Nov-17 7:16 
GeneralRe: TFS or Git Pin
Stuart Dootson15-Nov-17 0:30
professionalStuart Dootson15-Nov-17 0:30 
GeneralRe: TFS or Git Pin
Johnny YYZ16-Nov-17 9:32
professionalJohnny YYZ16-Nov-17 9:32 
GeneralRe: TFS or Git Pin
nobody1587-Dec-17 13:45
nobody1587-Dec-17 13:45 
GeneralThought of the Day Pin
OriginalGriff13-Nov-17 4:51
mveOriginalGriff13-Nov-17 4:51 
GeneralRe: Thought of the Day Pin
jeron113-Nov-17 4:53
jeron113-Nov-17 4:53 
QuestionRe: Thought of the Day Pin
megaadam13-Nov-17 4:53
professionalmegaadam13-Nov-17 4:53 
AnswerRe: Thought of the Day Pin
lopatir13-Nov-17 5:07
lopatir13-Nov-17 5:07 
QuestionRe: Thought of the Day Pin
megaadam13-Nov-17 5:23
professionalmegaadam13-Nov-17 5:23 
GeneralRe: Thought of the Day Pin
W Balboos, GHB13-Nov-17 5:14
W Balboos, GHB13-Nov-17 5:14 
GeneralRe: Thought of the Day Pin
PIEBALDconsult13-Nov-17 5:24
mvePIEBALDconsult13-Nov-17 5:24 
GeneralRe: Thought of the Day Pin
W Balboos, GHB13-Nov-17 5:32
W Balboos, GHB13-Nov-17 5:32 
GeneralRe: Thought of the Day Pin
PIEBALDconsult13-Nov-17 5:37
mvePIEBALDconsult13-Nov-17 5:37 
GeneralRe: Thought of the Day Pin
W Balboos, GHB13-Nov-17 5:38
W Balboos, GHB13-Nov-17 5:38 
GeneralRe: Thought of the Day Pin
MacSpudster13-Nov-17 6:38
professionalMacSpudster13-Nov-17 6:38 

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.