How do I get jj to track an ignored file? #7256
-
In #4727, an explanation is provided to get jj to untrack files that have newly been added to
Unfortunately, jj only reports In Git, I would resort to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think |
Beta Was this translation helpful? Give feedback.
-
In case it helps anyone finding this question, I resorted to manually specifying exceptions in my .gitignore (this takes about the same effort as # .gitignore
*.log
!specific-log-i-want-to-track.log |
Beta Was this translation helpful? Give feedback.
I think
jj file track test.log
is the way, it's just not implemented yet (#2837).