Skip to content

Correct broken BCP47 link#453

Merged
BenjaminVanRyseghem merged 1 commit intoBenjaminVanRyseghem:developfrom
sesam:patch-1
Dec 13, 2019
Merged

Correct broken BCP47 link#453
BenjaminVanRyseghem merged 1 commit intoBenjaminVanRyseghem:developfrom
sesam:patch-1

Conversation

@sesam
Copy link
Copy Markdown
Contributor

@sesam sesam commented Dec 13, 2019

No description provided.

@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

Hi!

Thanks for the PR :)

Could you please add yourself to the AUTHORS file, as well as add a line in the CHANGELOG?

Thanks in advance,
Benjamin Van Ryseghem

@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

It looks like your develop branch was not up to date 😄

Also, could you squash all your commits into a single one?

Thanks in advance 😄

@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

Thanks a lot!!

@BenjaminVanRyseghem BenjaminVanRyseghem merged commit 4dfd0ad into BenjaminVanRyseghem:develop Dec 13, 2019
@sesam
Copy link
Copy Markdown
Contributor Author

sesam commented Dec 13, 2019

Sure, no worries.

Github for open source has some issues, but I probably should use the github command line tool or something, since git by itself doesn't seem to allow me to track one branch but push updates to another origin and another branch.

There likely is some good PR-tool layered on top of plumbing, just I don't know which. Gerrit and GitKraken didn't convince me. I like command line tools and rebase -i. Otherwise gitup is my current best bet for managing messy branch/merge issues and splitting + rearranging commits

@sesam sesam deleted the patch-1 branch December 13, 2019 12:09
@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

since git by itself doesn't seem to allow me to track one branch but push updates to another origin and another branch.

I am not sure to understand 😄

@sesam
Copy link
Copy Markdown
Contributor Author

sesam commented Dec 13, 2019

Thanks, I'm just looking for new knowledge on using github effectively for open source.

But I made one more try, with a "hack" in my local .git/config file. Trying to hack command line git into allowing me to base (and have git pull --rebase) use upstream = the software maintainer's repository, but still have git push send commits to my own where I have write access.
This maybe works at least partially:
https://www.dropbox.com/s/kh2dvdsdugolm97/Screenshot%202019-12-13%2013.38.03.png?dl=0

But I expect this to break something somewhere. Will see when next change on develop is merged, if I learnt something new or just created more work for myself (and any readers).

Anyway, have a nice day!

@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

BenjaminVanRyseghem commented Dec 13, 2019

git remote add pr git@github.com:BenjaminVanRyseghem/numbro.git
git fetch pr
git checkout develop
git rebase pr/develop
git push --force-with-lease origin/develop

something like that might do, or ?

@BenjaminVanRyseghem
Copy link
Copy Markdown
Owner

in numbro 2.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants