zoukankan      html  css  js  c++  java
  • Android Studio git 使用

    • 先在 Windows上面安装 git.exe , 并加入到环境变量。

      https://git-scm.com/
      
    • Android Studio 配置GIT

    • VCS -> Enable Version Control Integration 选择 GIT。

    • File Setting 里面配置 GIT 路径

    • 完毕了之后 VCS 里面就会出现 GIT选项, 并配置 github 仓库路径。

    • 选择 commit 添加当前次修改。

    • 可以选择 不 commit 的文件,去掉勾就可以。

    • 远程仓库建立之后之后,配置了 远程仓库地址之后,就可以 push

    • 使用 https 协议 push , 不需要 key 文件,只需要账号密码就可以了。

  • 相关阅读:
    Codeforces.468C.Hack it!(构造)
    BZOJ.3227.[SDOI2008]红黑树tree(树形DP 思路)
    146
    145
    144
    143
    142
    141
    140
    139
  • 原文地址:https://www.cnblogs.com/chenfulin5/p/12884101.html
Copyright © 2011-2022 走看看