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

 
Generalgit poll Pin
Super Lloyd9-Jan-19 18:38
Super Lloyd9-Jan-19 18:38 
GeneralRe: git poll Pin
Mark_Wallace9-Jan-19 19:15
Mark_Wallace9-Jan-19 19:15 
GeneralRe: git poll Pin
Jacquers9-Jan-19 19:29
Jacquers9-Jan-19 19:29 
GeneralRe: git poll Pin
Mark_Wallace9-Jan-19 21:03
Mark_Wallace9-Jan-19 21:03 
GeneralRe: git poll Pin
Jacquers9-Jan-19 21:10
Jacquers9-Jan-19 21:10 
GeneralRe: git poll Pin
Mark_Wallace9-Jan-19 23:21
Mark_Wallace9-Jan-19 23:21 
GeneralRe: git poll Pin
Jacquers9-Jan-19 23:25
Jacquers9-Jan-19 23:25 
GeneralRe: git poll Pin
Eytukan9-Jan-19 19:39
Eytukan9-Jan-19 19:39 
In Git, branches are a part of your everyday development process.

Git branches are effectively a pointer to a snapshot of your changes. When you want to add a new feature or fix a bug—no matter how big or how small—you spawn a new branch to encapsulate your changes.

This makes it harder for unstable code to get merged into the main code base, and it gives you the chance to clean up your future's history before merging it into the main branch.

-BitBucket. Smile | :)


But for smaller changes, that we are very confident of what we are doing, I don't think branching out & merging back is needed?

Full Reset


modified 10-Jan-19 3:15am.

GeneralRe: git poll Pin
Jeff Buxton11-Jan-19 7:45
Jeff Buxton11-Jan-19 7:45 
GeneralRe: git poll Pin
Eytukan11-Jan-19 23:12
Eytukan11-Jan-19 23:12 
GeneralRe: git poll Pin
GKP19929-Jan-19 19:48
professionalGKP19929-Jan-19 19:48 
GeneralRe: git poll Pin
GuyThiebaut9-Jan-19 20:29
professionalGuyThiebaut9-Jan-19 20:29 
GeneralRe: git poll Pin
charlieg10-Jan-19 1:42
charlieg10-Jan-19 1:42 
GeneralRe: git poll Pin
den2k889-Jan-19 21:28
professionalden2k889-Jan-19 21:28 
GeneralRe: git poll Pin
Marco Bertschi9-Jan-19 21:45
protectorMarco Bertschi9-Jan-19 21:45 
GeneralRe: git poll Pin
SkysTheLimit10-Jan-19 8:16
SkysTheLimit10-Jan-19 8:16 
AnswerRe: git poll Pin
dazfuller10-Jan-19 20:10
dazfuller10-Jan-19 20:10 
GeneralRe: git poll Pin
BryanFazekas11-Jan-19 2:25
BryanFazekas11-Jan-19 2:25 
GeneralRe: git poll Pin
loctrice11-Jan-19 3:06
professionalloctrice11-Jan-19 3:06 
GeneralRe: git poll Pin
Mike Marynowski11-Jan-19 6:04
professionalMike Marynowski11-Jan-19 6:04 
GeneralRe: git poll Pin
Plamen Dragiyski11-Jan-19 7:53
professionalPlamen Dragiyski11-Jan-19 7:53 
GeneralRe: git poll Pin
Gerry Schmitz11-Jan-19 9:01
mveGerry Schmitz11-Jan-19 9:01 
GeneralRe: git poll Pin
John Stewien12-Jan-19 23:53
John Stewien12-Jan-19 23:53 
GeneralRe: git poll Pin
Mark J. Miller14-Jan-19 10:50
Mark J. Miller14-Jan-19 10:50 
GeneralThis just saved me a whole bunch of typing and time Pin
Marc Clifton9-Jan-19 8:44
mvaMarc Clifton9-Jan-19 8:44 

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.