openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

makecmd - handle alike to perl and rm #8

Closed stoecker closed 5 years ago

coolo commented 5 years ago

Sorry - I'm surely not a role model when it comes to writing commit logs - but 'makecmd' is even for me too vague. Your PR summary is already good enough, so please amend and force push

stoecker commented 5 years ago

On Wed, 7 Nov 2018, Stephan Kulow wrote:

Sorry - I'm surely not a role model when it comes to writing commit logs

  • but 'makecmd' is even for me too vague. Your PR summary is already good enough, so please amend and force push

Well, now I have three useless merge commits and I have no idea how to get rid of these.

Ciao -- http://www.dstoecker.eu/ (PGP key available)

coolo commented 5 years ago

git rebase -i and then replace possible 'pick' in all but the first line with f

coolo commented 5 years ago

git rebase -i origin/master (if you have origin point here as I have :)

coolo commented 5 years ago

don't worry - I just remembered github can squash PRs

stoecker commented 5 years ago

don't worry - I just remembered github can squash PRs

How?

coolo commented 5 years ago

it's an option on merging