Re: [git-users] Third way to create a bare repository?

2018-02-24 Thread rhkramer
Mark (and all), Thanks very much for your help! I think I've got it working now, and reviewing what you wrote helped me realize what I had missed, basically the step of "naming" the bare / remote repository with =git remote add=. I thought I'd record (on the list) more precisely what I

[git-users] How to word-diff two streams?

2018-02-24 Thread pengyu . ut
The following command requires two files. But they won't work for nonfiles, such as pipe. git --no-pager diff --no-index -U0 --word-diff -- file1 file2 What is used underlying this command? Is there a way let it work on non-files? -- You received this message because you are subscribed to