update: no, I can't create the upstream branch with its sources , the first commit should be the import of the sources and also the upstream branch, but what I can see in the history is:
- f6241d6 - (8 hours ago) Triantares — edited AUTHORS (HEAD -> main, origin/main, origin/HEAD, upstream)
- 552e03b - (8 hours ago) Triantares — added tree directories
- 5d28713 - (8 hours ago) Triantares — added robot icon
- cda9bf8 - (9 hours ago) Triantares — added new yad icon
- 5c9cb1b - (10 hours ago) Triantares — updated from private repo
- 20bc149 - (10 hours ago) Triantares — Initial commit
where:
- the files are imported
- modifications are done
- then they are moved (renamed) to the tree branch
in order to make it working and being able to have it updated correctly, we need to:
- from upstream branch, put all the source files in the tree/ structure
- create a new branch (main) for us to do modifications since this point
- do these modifications
I don't know if we can fix that now... I think a rewrite in the git is needed