Skip to content

Commit 1a02ced

Browse files
authored
Fix git command
1 parent 1761cd4 commit 1a02ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ $ git remote add source [email protected]:DocsHome/nginx-docs.git
1515

1616
```bash
1717
$ git add .
18-
$ git commit -a "Fix issue #1: change helo to hello"
19-
$ git push origin/master
18+
$ git commit -am "Fix issue #1: change helo to hello"
19+
$ git push origin master
2020
```
2121

2222
* 在 GitHub 上提交 `pull request`

0 commit comments

Comments
 (0)