Hi Gotcha,
Our git synchronization script tells me:
error: Pulling is not possible because you have unmerged files.
hint: Fix them up in the work tree, and then use 'git add/rm <file>'
hint: as appropriate to mark resolution and make a commit.
fatal: Exiting because of an unresolved conflict.
then I investigated our local copy of your repository and I see:
~/activity_data/centralAdmin$ git status
On branch main
Your branch and 'origin/main' have diverged,
and have 2 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean
It looks like, at some point, you have added a file "LISEZMOI.md" but then a new commit says it was already added. Considering we make absolutely no change on our synched git repository, I see only one possibility : you have performed a "git push --force" after changing your commits locally. Am I right?
Offline
Er, yes… certainly ^^
I’ve completely changed the way I work because I haven’t quite got the hang of Git yet, so I end up making mistakes.
That’s also one of the reasons why I now prefer to work in isolation in a private repository and no longer expose that sort of thing. The public repository is now used solely to store the finished product, track issues (tickets) and ‘perhaps’ also host the open documentation. Active development is deliberately hidden, which allows me to organise myself without criticism or pressure. Just to remind you, I’m not a professional programmer, and I’m French :D
When the next update to centralAdmin comes around, I might make a clean break with the past. For now, I’m leaving things as they are because… that’s just how it is.
Please do notify me in future; I don’t visit this forum very often.
Thanks.
Offline
Gotcha wrote:
The public repository is now used solely to store the finished product[...]
This is really not the way an opensource project is supposed to work. But that is compliant with the license so it's "better than no repository at all".
Gotcha wrote:
[...] which allows me to organise myself without criticism or pressure.
Remember it's up to you to decide how you receive feedback. I certainly don't put any kind of pressure on you. If I critize, it's to help you improve your plugin. Nothing else. Certainly not to be rude with you ;-)
Gotcha wrote:
Just to remind you, I’m not a professional programmer, and I’m French :D
Of course you're not a pro, but that doesn't mean you can do bad things without feedback. Are you expecting "full approval for anything you do" just because you're an amateur? and how is it related to your country?
Offline