Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Google Code have anything comparable to GitHub pull requests?

Tags:

Does Google Code (svn or git) has any thing comparable to GitHub pull request so that other can easily contribute to a project?

like image 861
Ali Shakiba Avatar asked Aug 15 '11 00:08

Ali Shakiba


People also ask

Does Google use Git?

A team at Google is focused on supporting Git, which is used by Google's Android and Chrome teams outside the main Google repository. The use of Git is important for these teams due to external partner and open source collaborations.

Is pull request same as code review?

Open a Pull Request – This is a formal request for your commit to be reviewed by another developer. Code Review – A developer agrees to perform a code review on your commit, which may be done formally or informally.

Did GitHub invent the pull request?

Pull Requests are a mechanism popularized by github, used to help facilitate merging of work, particularly in the context of open-source projects. A contributor works on their contribution in a fork (clone) of the central repository.

Is git pull and pull request same?

If you use git pull , you pull the changes from the remote repository into yours. If you send a pull request to another repository, you ask their maintainers to pull your changes into theirs (you more or less ask them to use a git pull from your repository).


1 Answers

Not yet, though this is an accepted issue (star it!).

Google Code was discontinued on March 12, 2015!

like image 119
Francois G Avatar answered Oct 21 '22 01:10

Francois G