mirror of https://github.com/dapr/docs.git
Merge pull request #2042 from willtsai/dco-in-contributing-overview
simplify git command for DCO
This commit is contained in:
commit
314dadc1c4
|
|
@ -97,10 +97,8 @@ No worries - You can easily replay your changes, sign them and force push them!
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout <branch-name>
|
git checkout <branch-name>
|
||||||
git reset $(git merge-base main <branch-name>)
|
git commit --amend --no-edit --signoff
|
||||||
git add -A
|
git push --force-with-lease <remote-name> <branch-name>
|
||||||
git commit -s -m "one commit on <branch-name>"
|
|
||||||
git push --force
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue