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='Remove named or discovered links from DIR. (To remove them all, use rm.) Subsequent `git-sym update` will re-create those links and also re-run make, which *might* update cached files.')
437
+
parser_clean.add_argument('symlinks', nargs='*',
438
+
help='If not given, walk through tree to find relevant symlinks.')
439
+
427
440
parser_add=subs.add_parser('add',
428
441
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