Concurrent git pull and push on same remote repo from different locations?

There's no problem in either case. In case 1) there'll be a point when the ref (a branch name, typically) is updated when someone's pushing, and any fetch (an essential part of clone and pull) will either get the old value before that point or the new one afterwards. The ref is only updated when all the objects required for it are in the remote repository's object database, so there's no problem there.

2) Similarly, if the fetch that makes up your pull happens after the ref that's being pushed to is updated, then you'll get the new value, otherwise you'll get the old one.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions