ASCII export and import for Git #48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Next
N/A
Description
Checking in the binary file gets problematic, when multiple developers working on different branches. Every time, it would result in a merge conflict. Hence, it should be possible to export (save) a project as ASCII file as well. Further, open a project from such an ASCII file must be possible as well.
When the user tries to open an ASCII file, a new binary file get created. Therefore, importing is the right term. I could use
*.i18ng
as file extension. This feature should be named "Git export" and "Git import". Also, there should be a config option to automatically maintain such a Git export.Tasks:
*.i18ng
<yes/no>
<path>
<filename>
changed the description
created branch
48-ascii-export-and-import-for-git
to address this issuementioned in merge request !25
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
changed the description
mentioned in commit
945a6e303a