i work with several groups of developers and force them to use Git for all the projects.
the problem arises when a developer changes the Main module (or activity in case of B4A) specifically in the MetaData that is written as the header of the file and the IDE hides.
File ordering and Module Ordering changes between computers (i do not identify a patron for it)
for example, git detects the following as a change:
[file1]=xxx.file
[file2]=xx.file
------
[file1]=xx.file
[file2]=xxx.file
just by opening the IDE this will change may be this order depends on how the user added those files (or modules)
May be if this cannot be fixed, this part of the code could be migrated to the metadata which i already have on ignoring.
Also another issue is with the open Tabs. of course each developer is working on different tabs but if one of us commits the tabs ordering to Git then we all going to have his tabs. it is a nuisance.
the problem arises when a developer changes the Main module (or activity in case of B4A) specifically in the MetaData that is written as the header of the file and the IDE hides.
File ordering and Module Ordering changes between computers (i do not identify a patron for it)
for example, git detects the following as a change:
[file1]=xxx.file
[file2]=xx.file
------
[file1]=xx.file
[file2]=xxx.file
just by opening the IDE this will change may be this order depends on how the user added those files (or modules)
May be if this cannot be fixed, this part of the code could be migrated to the metadata which i already have on ignoring.
Also another issue is with the open Tabs. of course each developer is working on different tabs but if one of us commits the tabs ordering to Git then we all going to have his tabs. it is a nuisance.