mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
Update README.md
This commit is contained in:
@@ -47,7 +47,7 @@ function createBranch {
|
|||||||
branch=$1
|
branch=$1
|
||||||
echo "Making branch $branch : \"$title\""
|
echo "Making branch $branch : \"$title\""
|
||||||
git branch -D $branch # delete if it exists
|
git branch -D $branch # delete if it exists
|
||||||
git co -b $branch
|
git checkout -b $branch
|
||||||
git commit -a -m "$title"
|
git commit -a -m "$title"
|
||||||
git push -f origin $branch
|
git push -f origin $branch
|
||||||
}
|
}
|
||||||
@@ -61,7 +61,7 @@ function createPr {
|
|||||||
|
|
||||||
```
|
```
|
||||||
function refreshMaster {
|
function refreshMaster {
|
||||||
git co master
|
git checkout master
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git rebase upstream/master
|
git rebase upstream/master
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user