-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
enhancementEnhances DVCEnhances DVCgood first issuehelp wantedp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction
Description
As noted by @ammarasmro
our ERROR: output 'models' is already tracked by SCM (e.g. Git) could be improved.
Looks like we could recommend
git rm -r --cached path
git commit -m "stop tracking path"
as a solution. If the file/dir was accidentally added to git and is really big, then we could also recommend https://rtyley.github.io/bfg-repo-cleaner/ or something like that to remove it from the history.
Metadata
Metadata
Assignees
Labels
enhancementEnhances DVCEnhances DVCgood first issuehelp wantedp2-mediumMedium priority, should be done, but less importantMedium priority, should be done, but less importantuiuser interface / interactionuser interface / interaction