Commit b4a9bd0
committed
Force checkout of k8s
To avoid re-cloning all of k8s I usually copy over
my repo from my normal path. But when I do that and am
on `master` I get warnings when trying to checkout the
given sha.
Since this is a kubernetes folder just for this project,
it seems reasonable to me to add the `-f` checkout and
discard local changes if they exist.
Signed-off-by: John Schnake <[email protected]>1 parent 455859e commit b4a9bd0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments