Re: [git-users] Use git on microsoft words documents

2015-05-14 Thread Steve (Gadget) Barnes
it is actually unzipped and the constituents either stored, or for an update, diffed and then on a pull they are pulled as constituent parts and then zipped to reconstitute the original file. You could either consider using Mercurial or trying to find or develop a similar extension. Steve (Gadget

Re: [git-users] Is there a way to supress login banners on git pull?

2015-08-11 Thread Steve (Gadget) Barnes
On 11/08/2015 15:41, leam hall wrote: Is there a way to suppress the normal ssh banner when doing a git pull? Something equivalent to ssh -q? If I missed a README, please point me in that direction. Thanks! Leam Leam, Would git pull -q be what you are looking for? Gadget/Steve --

Re: [git-users] Clean my GIT Repository that is Big (Binary file)

2015-10-16 Thread Steve (Gadget) Barnes
flow.com/questions/6934752/combining-multiple-commits-before-pushing-in-git Plus: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History -- Steve (Gadget) Barnes Any opinions in this message are my personal opinions and do not reflect those of my employer. -- You received this message because y

Re: [git-users] how to git clone/pull/push another PC without entering password ?

2015-10-17 Thread Steve (Gadget) Barnes
hes via email to keep them in step. Password management is a whole other barrel of fish. -- Steve (Gadget) Barnes Any opinions in this message are my personal opinions and do not reflect those of my employer. -- You received this message because you are subscribed to the Google Groups &quo

Re: [git-users] Question about when to merge master into my feature branch

2015-12-27 Thread Steve (Gadget) Barnes
u branched). See https://git-scm.com/book/en/v2/Git-Branching-Rebasing for a much clearer explanation. I always advise people that I am training how to use version control systems, (git, hg or svn), that they will save themselves a lot of pain if they try to keep their branches in step with the trunk at