glava icon indicating copy to clipboard operation
glava copied to clipboard

Please read it before open an issue // Code migration // Maintenance fork

Open HumanG33k opened this issue 3 years ago • 4 comments

Since the project look unmaintained i continue it in gitlab :

  • https://gitlab.com/wild-turtles-publicly-release/glava/glava

I already add code from pull requests. I will maybe take the time to create a debian package from it in order to add it in official debian.

I also make a mirror in case some improvement pop up.

  • https://gitlab.com/wild-turtles-publicly-release/glava/Glava-Mirror

Feel free to re-open issue on the new repository.

If i miss something feel free to kick my ass.

HumanG33k avatar Dec 10 '21 03:12 HumanG33k

I don't have a problem with forking, but for merging other's PR, why did you not at least commit with the correct author? Or, since git is distributed, pull the original commits from the PRs directly.

QuLogic avatar Dec 10 '21 09:12 QuLogic

Good point. I keep it in my notread/bookmark list (the issue) and take time to make needed modification.

HumanG33k avatar May 09 '22 15:05 HumanG33k

@QuLogic do you have a link for how to

pull the original commits from the PRs directly.

Thx

(i already know how to rewrite history but your way to do look better)

HumanG33k avatar Aug 31 '22 08:08 HumanG33k

You add a remote for their repo and fetch the branch for their PR.

QuLogic avatar Oct 12 '22 07:10 QuLogic