Guide
Git is a free and Open-source distributed version control system that can be used to process software development and several other versioning tasks. It is designed to handle a wide variety of projects and ensure speed, efficiency, and
Google opened the Android source code. The source code uses Git for version control.
1. First, goHttp://code.google.com/p/msysgit/downloads/listDownload git-xxx.exe and install Git after the download is complete.
2. Address of the Android code
At the end of May this year, Google was completely blocked by the wall, all Google's website can not visit, this time including the android.org,googlesource.com,code.google.com. Android's official resources are inaccessible, and it's certainly
The android project is composed of many sub-projects.
Repo init-u git: // android.git.kernel.org/platform/manifest.git
Repo sync
You can also use git clone to directly download a sub-project.
Git clone git: // android.git.kernel.org/+ project path.
Git
Distributed version control system. 2005-to date, Creator: Linus Torvalds. Features: fast, non-linear, and branch.
Why use git?
1. Powerful
At the beginning of git development, the goal is to manage the Linux kernel. So far, the number of
What's Git for Windows inside? What is it?
Git is a kind of DVCS.
How do I use it?The ways of Using Git on Windows
Git for Windows
GitHub Desktop
Git for Windowswhat it?Git originally targets Linux. Windows does not
Deploy the project from GitHub to the server
GitHub and the version control system Git it relies on are definitely excellent tools for project management and collaboration, regardless of whether the project is related to code or not.
This article
We all know that the Android system is an open source project that can be downloaded to the source code online.Generally search on the Internet, you will find a variety of ways to download the source code, such as the use of git and repo,android
Introduction
When using the andriod SDK for application development, we need to debug the source code. It may need to go to an android API function for tracking and debugging. However, if the SDK of the target version is not associated with the
Introduction
When using the Andriod SDK for application development, we need to debug the source code. It may need to go to an Android API function for tracking and debugging. However, if the SDK of the target version is not associated with the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.