Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#2 from pohly/repo-fix
Browse files Browse the repository at this point in the history
README.md: fix repo URL for initial setup
  • Loading branch information
k8s-ci-robot committed Jan 22, 2019
2 parents b32dd01 + f49080e commit 520a04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ repository at a later time.

Cheat sheet:

- `git subtree add --prefix=release-tools https://github.com/pohly/csi-release-tools.git master` - add release tools to a repo which does not have them yet (only once)
- `git subtree add --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - add release tools to a repo which does not have them yet (only once)
- `git subtree pull --prefix=release-tools https://github.com/kubernetes-csi/csi-release-tools.git master` - update local copy to latest upstream (whenever upstream changes)
- edit, `git commit`, `git subtree push --prefix=release-tools git@github.com:<user>/csi-release-tools.git <my-new-or-existing-branch>` - push to a new branch before submitting a PR

0 comments on commit 520a04a

Please sign in to comment.