Click here to Skip to main content
15,892,927 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 need a tool to visually track branches in git Pin
Jon McKee25-Jun-21 10:22
professionalJon McKee25-Jun-21 10:22 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden25-Jun-21 10:53
Michael Breeden25-Jun-21 10:53 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu25-Jun-21 16:33
Mircea Neacsu25-Jun-21 16:33 
GeneralRe: I need a tool to visually track branches in git Pin
Dar Brett26-Jun-21 0:42
Dar Brett26-Jun-21 0:42 
GeneralRe: I need a tool to visually track branches in git Pin
Sander Rossel26-Jun-21 1:36
professionalSander Rossel26-Jun-21 1:36 
GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden26-Jun-21 1:41
Michael Breeden26-Jun-21 1:41 
GeneralRe: I need a tool to visually track branches in git Pin
Dar Brett27-Jun-21 16:31
Dar Brett27-Jun-21 16:31 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu26-Jun-21 1:50
Mircea Neacsu26-Jun-21 1:50 
Maybe this could done on an informal basis (two developers "banding" together like in pair programming: "give me access to your code and I'll show you a cool solution to that problem"). However to base an organization's workflow on having all devs machines available at all times seems risky.

However, I've seen the distributed nature of git used to have many clones of the repository (usually one for each developer) on the same central server (in house or Github or Bitbucket or something else). Then developers can give one another read or write access to their clones of the central project. Again when a feature is ready you create a PR for it.

For me pull requests are a central feature of git. They serve not only to keep crap out of the central repo but also to document what has been done and why. They are also the best time to do the dreaded code reviews and make sure at least two pairs of eyes have looked at the code.
Mircea

GeneralRe: I need a tool to visually track branches in git Pin
Michael Breeden26-Jun-21 2:10
Michael Breeden26-Jun-21 2:10 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu26-Jun-21 2:21
Mircea Neacsu26-Jun-21 2:21 
GeneralBingo Pin
Michael Breeden26-Jun-21 2:21
Michael Breeden26-Jun-21 2:21 
GeneralRe: Bingo Pin
PhilipOakley28-Jun-21 3:55
professionalPhilipOakley28-Jun-21 3:55 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 4:28
Member 1330167928-Jun-21 4:28 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu28-Jun-21 5:08
Mircea Neacsu28-Jun-21 5:08 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 5:35
Member 1330167928-Jun-21 5:35 
GeneralRe: I need a tool to visually track branches in git Pin
Mircea Neacsu28-Jun-21 6:50
Mircea Neacsu28-Jun-21 6:50 
GeneralRe: I need a tool to visually track branches in git Pin
Member 1330167928-Jun-21 4:50
Member 1330167928-Jun-21 4:50 
GeneralRe: I need a tool to visually track branches in git Pin
Marc Clifton25-Jun-21 12:23
mvaMarc Clifton25-Jun-21 12:23 
GeneralRe: I need a tool to visually track branches in git Pin
Jacquers25-Jun-21 20:42
Jacquers25-Jun-21 20:42 
GeneralRe: I need a tool to visually track branches in git Pin
RickZeeland26-Jun-21 0:27
mveRickZeeland26-Jun-21 0:27 
GeneralRe: I need a tool to visually track branches in git Pin
Slow Eddie26-Jun-21 3:54
professionalSlow Eddie26-Jun-21 3:54 
GeneralRe: I need a tool to visually track branches in git Pin
Member 916705727-Jun-21 20:26
Member 916705727-Jun-21 20:26 
GeneralRe: I need a tool to visually track branches in git Pin
rallets28-Jun-21 1:42
rallets28-Jun-21 1:42 
AnswerRe: I need a tool to visually track branches in git Pin
Bwana Bob28-Jun-21 3:40
Bwana Bob28-Jun-21 3:40 
GeneralRe: I need a tool to visually track branches in git Pin
maze328-Jun-21 3:18
professionalmaze328-Jun-21 3:18 

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.