You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help='If not given, walk through tree to find relevant symlinks.')
412
418
413
419
parser_fix=subs.add_parser('fix',
414
-
help='(IGNORE THIS FOR NOW.) If you add or remove GIT_SYM_LINK from ".gitignore", you will need to alter all symlinks. This does it automatically, but it does not commit the changes. (TODO: Support other changes.)')
420
+
help='Change symlinks from OLD_LINK to LINK. `git add` the changes, but do not commit. (This is helpful if you change the LINK.)')
415
421
parser_fix.add_argument('symlinks', nargs='*',
416
-
help='If not given, walk through tree to find relevant symlinks.')
422
+
help='If not given, walk through tree to find relevant symlinks, but with respect to OLD_LINK, not LINK.')
help='Move named files/directories to GIT_SYM_CACHE_DIR. Create git-sym symlinks in their places. "git add". You still need to "git commit" before running "git-sym update".')
0 commit comments