Tagged Questions
0
votes
2answers
114 views
How do I pull from my “public” git server to bring my broken local “master” up to date?
I have a bit of a predicament. Basically I have a local "master" git repository. Every few hours, I 'git push' my changes to a server from which I then pull to my client machines. Well, being the ...