-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish command line only option descriptions #3279
Conversation
There's a few commits in here, that shouldn't be. Can you reset the branch to current main and the new changes on top of that? One waymight be git checkout main
git pull <name for your upstream remote> main
# save this branch under a different name
git branch -m polish-man polish-man_v0
git switch -c polish-man
git cherry-pick --no-commit 282d428 14e610d
git commit -m 'man: polish command line only option descriptions'
git push --force-with-lease <name of your fork> polish-man |
Sorry for missing the space. As far as sentences go, generally speaking I think they are too long, but here it doesn't matter much so committing changes. Co-authored-by: Jörg Behrmann <[email protected]>
agreed Co-authored-by: Jörg Behrmann <[email protected]>
I didn't mean to include the previous commits, I tried to avoid this. Even after re-cloning, deleting and re-creating the polish-man branch, which I assumed had another hash, it still showed up. Edit: maybe for the scope of the man page, it's more convenient to just work on the main branch? |
thanks! Co-authored-by: Jörg Behrmann <[email protected]>
OK trying your suggestion, thanks for the guidance. |
correct sentence construction error
Sorry for missing the space. As far as sentences go, generally speaking I think they are too long, but here it doesn't matter much so committing changes. Co-authored-by: Jörg Behrmann <[email protected]>
agreed Co-authored-by: Jörg Behrmann <[email protected]>
thanks! Co-authored-by: Jörg Behrmann <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's weird I did it before but somehow I messed up, please cherry pick on your end. Thanks and hopefully better git flow next time.
No description provided.