`

AS 怎么提交到GITHUB

 
阅读更多

前提条件 : 
1. 安装 Git 客户端 下载链接 
2. 有 GitHub 账号 
(假设你已经有了一些git基础, 如果还一点都不会, 请去找其他加成学习)

AndroidStudio项目发布到GitHub

1. 在AndroidStudio中新建一个项目(这个不能不知道吧!) 
技术分享
2. 设置: Settings -> Version Control -> Git , 设置git目录, 点击Test测试, 如果成功会有Success提示 
技术分享
3. 设置: Settring -> VersionControl -> GitHub ,设置自己的github账号, 密码, 点击Test测试, 如果成功会有Success提示 
技术分享
4. 分享项目: VCS -> Import into Version Control -> Share Project on GitHub, 点击之后开始设置 repository name(如果你有设置过MasterPassword 会弹出对话框让填入密码.) 
技术分享

技术分享

技术分享

点击Share之后, 你就可以在GitHub上看到新的仓库 
技术分享

同时在AndroidStudio中 CVS下也可以看到版本控制 Git: 
技术分享

这样就已经设置成功. 至于怎使用, 也就是 git add, git commit, git push … 操作, 下篇博客再展示.

5. 如果你想解除关联, 只需要 Settrings -> Version Control 删掉关联就可以了 
技术分享

分享到:
评论

相关推荐

    手把手教你怎么从github上到项目到你的eclipse里面

    "从 GitHub 到 Eclipse 的项目导入指南" 作为 IT 行业的大师,我将为您详细解释如何从 GitHub 上获取项目并导入到 Eclipse 中的步骤。 GitHub 项目 URL 复制 首先,您需要登录到您的 GitHub 账号,并找到您想要...

    ramn-as_github_io-源码.rar

    很抱歉,但根据您提供的信息,"ramn-as_github_io-源码.rar" 和 "ramn-as_github_io-源码.zip" 这些文件名暗示着这可能是一个个人或项目的GitHub源代码仓库的下载。然而,由于没有具体的标签或更详细描述,我无法...

    git、github的操作

    例如,“Checkout as-is, commit as-is”可能是在指导用户在某个操作界面中选择直接检出分支而不做合并或变基,并且直接提交当前状态。 这些步骤和界面元素虽然没有给出详细的解释,但它们对应于在GitHub网站界面...

    Android代码-GHubber for GitHub

    GHubber (GitHub mobile client) Yet another Mobile :iphone: client for GitHub powered on react-native. How to get alpha version :atom: Android The app is an alpha and the easiest way to ...

    Github Python ProxyPool(代理池)

    简易高效的代理池,提供如下功能: 1. 定时抓取免费代理网站,简易可扩展 2. 使用 Redis 对代理进行存储...Github 链接:https://github.com/Python3WebSpider/ProxyPool 详情阅读:README.md,使用方法及相关信息讲解

    GitHub For Dummies.pdf

    GitHub For Dummies is written as a reference guide. Each part introduces you to a different aspect of collaborative coding. So if you’re experienced in using GitHub, but you’re new to the open ...

    Java API for GitHub

    By "object oriented" we mean there are classes that correspond to the domain model of GitHub (such as GHUser and GHRepository), operations that act on them as defined as methods (such as GHUser....

    aias00.github.io

    4. 提交更改,GitHub会自动构建并部署网页。 **静态网站构建工具:** 除了手动编写HTML,还可以使用静态网站生成器如Jekyll、Hugo、Gatsby等。这些工具允许用户使用Markdown写作,自动生成HTML,同时提供了丰富的...

    github-api-v3.pdf

    3. **OAuth2 Token (sent as a parameter)**:与上一种方式类似,但该方式将token作为URL参数传递。 4. **OAuth2 Key/Secret**:使用已注册的App的`client_id`和`client_secret`拼接成特定格式的URL进行认证。 ###...

    Python-GitHubRepository卡片生成器

    【Python-GitHubRepository卡片生成器】是一种工具,它允许开发者和用户自动生成关于GitHub仓库的精美卡片,这些卡片可以嵌入到个人网站、博客或其他Web页面上,以展示项目信息,增强视觉效果并提高项目的可见性。...

    Python-利用Github实现自己的图床

    6. **Markdown引用图片**:一旦图片上传到GitHub仓库,你就可以在Markdown文档中使用以下格式引用图片: ``` ![Alt text](https://raw.githubusercontent.com/your_username/your_repo_name/master/image.jpg) ``...

    GitHubDesktop 20191213.zip

    See all open pull requests for your repositories and check them out as if they were a local branch, even if they're from upstream branches or forks. See which pull requests pass commit status checks, ...

    HereAmI:查找你的公网ip地址并同步到Github

    查找您的公网 IP 地址并将其同步到 Github。 先决条件 安装在你的系统中 安装在您的系统中 您可以使用连接 Github 用法 HereAmI 到你自己的命名空间。 将项目克隆到您的机器 安装 node_modules $ npm install ...

    Android代码-ForkHub for GitHub

    ForkHub started off as a fork of the official Android app from GitHub, and has since seen lots of improvements. You can see a comprehensive list of changes in the change log. Please see the issues ...

    github上下载下来的fbprophet

    3. **拟合模型**:使用`fit()`方法拟合模型到训练数据。 4. **预测**:调用`forecast()`方法,传入未来要预测的日期范围,返回包含预测值和置信区间的DataFrame。 5. **评估与可视化**:模型会自动生成预测图表,...

    AS-rigid-as-possible shape manipulation

    ### AS-rigid-as-possible Shape Manipulation #### 概述 本文介绍了一种名为“AS-rigid-as-possible Shape Manipulation”的技术,该技术旨在构建一个实时交互式系统,允许用户移动并改变二维图像的形状。该技术...

    JupyterNotebook2GitHub:仅用于上传一些Jupyter Notebooks以进行发布

    总结,Jupyter Notebook到GitHub的发布流程包括创建GitHub仓库、运行Notebook、保存为Markdown、初始化Git仓库、设置远程仓库、提交并推送。通过这个过程,我们可以充分利用GitHub的平台优势,分享和交流数据分析和...

    Git与GitHub使用

    - **克隆现有仓库**:获取GitHub上已有项目的URL,然后通过命令行或图形化工具将其克隆到本地计算机。 - **配置Git**: - **仓库配置**:包括查看工作区、打开命令行界面、浏览主分支文件等。 #### 四、GUI图形化...

Global site tag (gtag.js) - Google Analytics