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
I am planning to create/generate my own cards (generate because I want to fetch dynamically the translation of a word). I want to versionize via git the deck. Now vocage saves the state within the deck which may create git conflicts between my different computers when syncing git. I wonder if there is a way to save the state somewhere else ?
The text was updated successfully, but these errors were encountered:
I also use git to version my decks. What I usually do is have a master/main branch with the pristine decks without state, and then in a git branch I keep the state (and sync that across devices). Keeping state in separate files is currently not implemented but I wouldn't be against it as an extra option.
hi,
I am planning to create/generate my own cards (generate because I want to fetch dynamically the translation of a word). I want to versionize via git the deck. Now vocage saves the state within the deck which may create git conflicts between my different computers when syncing git. I wonder if there is a way to save the state somewhere else ?
The text was updated successfully, but these errors were encountered: