Skip to content
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

Updates to vendoring document #1595

Merged
merged 1 commit into from
Jun 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ These operations result in uncommitted changes to your
branch; you will need to commit them as normal. Execute them in the
root of your checkout.

## Adding a New Dependency
For these changes to take effect, you'll have to `make clean` before running
`make`.

~/scope$ gvt fetch example.com/organisation/module vendor/example.com/organisation/module
## Installing gvt

## Updateing a Specific Dependancy
$ go get -u github.com/FileSottile/gvt

~/scope$ gvt update example.com/organisation/module vendor/example.com/organisation/module
## Adding a Dependency

## Remove a Dependency
~/service$ gvt fetch example.com/organisation/module

This comment was marked as abuse.

This comment was marked as abuse.

~/scope$ gvt delete example.com/organisation/module vendor/example.com/organisation/module
## Updating a Dependency

~/service$ gvt update example.com/organisation/module

## Removing a Dependency

~/service$ gvt delete example.com/organisation/module