Click here to Skip to main content
15,888,286 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: I don't think I understand Github Pin
Jon McKee19-Mar-20 12:55
professionalJon McKee19-Mar-20 12:55 
GeneralRe: I don't think I understand Github Pin
Greg Utas19-Mar-20 13:05
professionalGreg Utas19-Mar-20 13:05 
GeneralRe: I don't think I understand Github Pin
honey the codewitch19-Mar-20 14:16
mvahoney the codewitch19-Mar-20 14:16 
GeneralRe: I don't think I understand Github Pin
Jon McKee19-Mar-20 17:16
professionalJon McKee19-Mar-20 17:16 
GeneralRe: I don't think I understand Github Pin
Dan Neely20-Mar-20 2:35
Dan Neely20-Mar-20 2:35 
GeneralRe: I don't think I understand Github Pin
Jon McKee20-Mar-20 12:23
professionalJon McKee20-Mar-20 12:23 
GeneralRe: I don't think I understand Github Pin
honey the codewitch19-Mar-20 14:14
mvahoney the codewitch19-Mar-20 14:14 
GeneralRe: I don't think I understand Github Pin
Greg Utas19-Mar-20 15:09
professionalGreg Utas19-Mar-20 15:09 
honey the codewitch wrote:
Make sure to sync to the server otherwise your copy remains local even though you committed
This is easily forgotten and is a PITA when you do.
  1. Push completed code to a branch on the server.
  2. On the server, merge that branch into the master branch.
  3. Delete the merged branch from the server and from your local copy.
  4. On your local copy, create a new branch from the master branch and push it to the server.
  5. Discover that your branch was created from the previous master, not the current one, because you forgot to synch with the new version of the master after step 3. Mad | :mad:

GeneralRe: I don't think I understand Github Pin
honey the codewitch19-Mar-20 15:15
mvahoney the codewitch19-Mar-20 15:15 
GeneralRe: I don't think I understand Github Pin
Greg Utas19-Mar-20 15:23
professionalGreg Utas19-Mar-20 15:23 
GeneralRe: I don't think I understand Github Pin
honey the codewitch19-Mar-20 16:32
mvahoney the codewitch19-Mar-20 16:32 
GeneralRe: I don't think I understand Github Pin
Greg Utas20-Mar-20 1:06
professionalGreg Utas20-Mar-20 1:06 
GeneralRe: I don't think I understand Github Pin
Jon McKee19-Mar-20 19:05
professionalJon McKee19-Mar-20 19:05 
GeneralRe: I don't think I understand Github Pin
pkfox19-Mar-20 21:47
professionalpkfox19-Mar-20 21:47 
GeneralRe: I don't think I understand Github Pin
virang_2119-Mar-20 19:05
virang_2119-Mar-20 19:05 
GeneralSo, what IS the speed of an unladen swallow? Pin
Jörgen Andersson19-Mar-20 10:13
professionalJörgen Andersson19-Mar-20 10:13 
GeneralRe: So, what IS the speed of an unladen swallow? Pin
Kent Sharkey19-Mar-20 10:33
staffKent Sharkey19-Mar-20 10:33 
GeneralRe: So, what IS the speed of an unladen swallow? Pin
Super Lloyd19-Mar-20 18:50
Super Lloyd19-Mar-20 18:50 
QuestionAnyone here used CUDA? Pin
Chris Maunder19-Mar-20 8:14
cofounderChris Maunder19-Mar-20 8:14 
AnswerRe: Anyone here used CUDA? Pin
honey the codewitch19-Mar-20 8:27
mvahoney the codewitch19-Mar-20 8:27 
GeneralRe: Anyone here used CUDA? Pin
Chris Maunder19-Mar-20 9:27
cofounderChris Maunder19-Mar-20 9:27 
GeneralRe: Anyone here used CUDA? Pin
honey the codewitch19-Mar-20 11:48
mvahoney the codewitch19-Mar-20 11:48 
GeneralRe: Anyone here used CUDA? Pin
Chris Maunder19-Mar-20 14:07
cofounderChris Maunder19-Mar-20 14:07 
GeneralRe: Anyone here used CUDA? Pin
honey the codewitch19-Mar-20 14:09
mvahoney the codewitch19-Mar-20 14:09 
GeneralRe: Anyone here used CUDA? Pin
Nelek19-Mar-20 12:27
protectorNelek19-Mar-20 12:27 

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.