Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Conversation

@deviantony
Copy link
Contributor

No description provided.

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "update-deps" [email protected]:portainer/libcompose.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354047136
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@deviantony
Copy link
Contributor Author

Woops, fail.

@deviantony deviantony closed this Jun 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants