opencontainers / image-tools

OCI Image Tooling
https://opencontainers.org
Apache License 2.0
266 stars 83 forks source link

updating CoC link and adding security section #211

Closed vsoch closed 5 years ago

vsoch commented 5 years ago

Signed-off-by: Vanessa Sochat vsochat@stanford.edu

https://github.com/opencontainers/org/issues/3

cyphar commented 5 years ago

Please squash your commits.

vsoch commented 5 years ago

@cyphar what about this one - where I've done the PR from master? Is the only way to start afresh?

vsoch commented 5 years ago

I'm getting a "noop"

image

cyphar commented 5 years ago

You need to do git rebase -i <what it was based on>. So this would be git rebase -i master or git rebase -i origin/master.

vsoch commented 5 years ago

I didn't check out a new branch here, I commit to master, so I'll just do this one over.

vsoch commented 5 years ago

This is now a ghost pull request - the tree it comes from is nothing more than a memory!

cyphar commented 5 years ago

Sure -- for the record you could've done it with git rebase -i origin/master or by passing the commit ID instead with git rebase -i $commit.