Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Aug 9, 2018

Updated #2091

NikolayMurha and others added 4 commits July 20, 2018 12:57
Signed-off-by: Nikolay Murga <work@murga.kiev.ua>
Signed-off-by: Nikolay Murga <work@murga.kiev.ua>
Signed-off-by: Joffrey F <joffrey@docker.com>
@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 "NikolayMurha-master" git@github.com:docker/docker-py.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842354291488
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.

@shin- shin- added this to the 3.5.0 milestone Aug 9, 2018
@shin- shin- merged commit 7e79524 into master Aug 9, 2018
@shin- shin- deleted the NikolayMurha-master branch August 9, 2018 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants