diff --git a/README.md b/README.md index f2442267..83707020 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ we clarify here for external readers: * **LGTM**: Means "Looks Good to Me." It is what a code reviewer says when approving a CL. + Git PUSH: The git push command is used to upload local repository content to a remote repository. Pushing is how you transfer commits from your local repository to a remote repo. + ## License The documents in this project are licensed under the CC-By 3.0 License, which diff --git a/review/reviewer/add-chiieche.txt b/review/reviewer/add-chiieche.txt new file mode 100644 index 00000000..c8f152f8 --- /dev/null +++ b/review/reviewer/add-chiieche.txt @@ -0,0 +1,2 @@ +Git PUSH: The git push command is used to upload local repository content to a remote repository. + Pushing is how you transfer commits from your local repository to a remote repo. \ No newline at end of file