Skip to content

Commit 9785ff4

Browse files
committed
Add 'git add' to running with kpt'
1 parent 90247df commit 9785ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Follow [installation instructions][download-kpt] to get the `kpt` CLI.
3535
```sh
3636
kpt pkg get [email protected]:GoogleContainerTools/kpt-functions-sdk.git/example-configs example-configs
3737
cd example-configs
38+
git add . && git commit -m 'fetched example-configs'
3839
```
3940

4041
The `fn source` and `fn sink` sub-commands are implementations of [source and sink functions][concept-source] respectively:

0 commit comments

Comments
 (0)