AndroidStudio上github使用

AndroidStudio上github使用

  1. 要想在AndroidStudio上面使用github,首先要下载git工具

  2. 然后在AndroidStudio上面设置git工具的路径
    File->Settings->Version Control->git
    AndroidStudio上github使用_第1张图片
    点击“Test”,出现如图所示对话框表示该路径是git工具可执行文件的路径
    AndroidStudio上github使用_第2张图片

  3. 之后就要设置github账户信息
    File->Settings->Version Control->github
    AndroidStudio上github使用_第3张图片
    点击“Test”,出现如图所示对话框表示账号密码正确连接github成功
    AndroidStudio上github使用_第4张图片

  4. 在AndroidStudio上面新建一个工程,并将这个工程分享到github上面
    AndroidStudio上github使用_第5张图片
    点击下图中的“Share”就会在github上面为这个工程建立一个仓库
    AndroidStudio上github使用_第6张图片
    点击下图中的“OK”就将该工程中的文件push到github上面
    AndroidStudio上github使用_第7张图片

  5. 添加或者修改一个文件并push到github上面
    add修改文件

    commit该文件
    AndroidStudio上github使用_第8张图片

    push到github仓库
    AndroidStudio上github使用_第9张图片

  6. 将所用添加或者修改的文件push到github上面
    commit所有修改

    push到github仓库
    AndroidStudio上github使用_第10张图片

  7. 从github上面pull最新工程到自己的AndroidStudio中
    AndroidStudio上github使用_第11张图片

  8. 其他操作
    其他各种操作都和git相似,要使用怎样的git功能,就在AndroidStudio上面怎么操作

你可能感兴趣的:(github,git)