[git-users] How to use git to store large files without keeping track of versions?

2015-02-22 Thread pengyu . ut
Hi, I have some data files that need to be stored along with source code. These data files are large, but I don't need to keep their versions. I only need to keep the versions of the source code. git-annex is mainly for large files with versioning. Therefore, it is not suitable for my

[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