Linux 技术手札

Google 云端程式码储存平台 — Cloud Source Repositories

GitHub 是十分热门的程式码储存平台, 现在 Google 刚刚将它们的云端程式码储存平台 (Cloud Source Repositories) 测试版投入服务, 功能与 GitHub 相约。

测试版免费提供 500MB 空间储存程式码。

Cloud Source Repositories are fully-featured Git repositories hosted on Google Cloud Platform. This Beta release of Cloud Source Repositories is free and can be used to store up to 500 MB of source files.

Each project you create in the Google Developers Console has an associated Cloud Source Repository. You can use this repository for collaborative development of any application or service, including those that run on Google App Engine and Google Compute Engine. If you are using the Google Cloud Debugger, you can use Cloud Source Repositories and related tools in the Developer Console to view debugging information alongside your code during application runtime.

The Cloud Platform also provides a source code editor that you can use to browse, view, edit and commit repository files from within the Developers Console.

Using Cloud Source Repositories is easy if you are familiar with Git. For example, you can add a Cloud Source Repository to a local Git repository as a remote, or you can connect it to a hosted repository on GitHub or Bitbucket. From a local repository, you can use the standard set of Git commands to interact with the repository in the Cloud, including push, pull, clone and log. Connected repositories on GitHub or Bitbucket are synchronized with the Cloud Source Repository automatically and vice-versa.

Exit mobile version