Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions review/reviewer/add-chiieche.txt
Original file line number Diff line number Diff line change
@@ -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.