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
The DolDoc cursor location special character is added to files after opening them, this makes it very difficult to identify what are real changes and what are no change when committing to Git.
atm there are 3 potential ways of dealing with it:
configure Git to ignore it.
remove it
use something else, which is treated as white space by Git and isn't currently meaningful in DocDoc.
The text was updated successfully, but these errors were encountered:
The DolDoc cursor location special character is added to files after opening them, this makes it very difficult to identify what are real changes and what are no change when committing to Git.
atm there are 3 potential ways of dealing with it:
The text was updated successfully, but these errors were encountered: