We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cecf6 commit 87ee723Copy full SHA for 87ee723
README.md
@@ -17,7 +17,10 @@ ln -sf `pwd`/git_sym.py ~/bin/git-sym
17
## Using
18
* Instead of a large file, create a symlink to `.git_sym/<filename>`.
19
* Add a rule to `git_sym.makefile` which can retrieve `my_filename`.
20
-* Then, `git-sym update` will automatiica
+* Then, `git-sym update` will automatically retrieve the file and fill in the symbolic links.
21
+
22
+An example will clarify this. (For more detailed examples see
23
+<https://github.com/cdunn2001/git-sym-test>.)
24
25
## Running
26
You can test it right here. The `links` directory has some examples.
0 commit comments