HAYU's Blog

求大佬帶我飛

0%

Android-Studio-使用-Git-進行版本控制

前情提要: Git and Github Repo (連結待補)

  • 開啟 Android-Studio 左下角 git
  • create repo
  • 或是照著一般方式弄
    • .gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties