Skip to content

Commit

Permalink
README.md: fix repo URL for initial setup
Browse files Browse the repository at this point in the history
Copy-and-paste error from the time when the
kubernetes-csi/csi-release-tools repo didn't have the code...
  • Loading branch information
pohly committed Jan 22, 2019
1 parent b32dd01 commit f49080e
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 [email protected]:<user>/csi-release-tools.git <my-new-or-existing-branch>` - push to a new branch before submitting a PR

0 comments on commit f49080e

Please sign in to comment.