阿达


D:\Ds\app>git init
Initialized empty Git repository in D:/Ds/app/.git/

D:\Ds\app>git add src

D:\Ds\app>git commit -am -"aa"
[master (root-commit) 5083dcd] -aa
 27 files changed, 541 insertions(+)
 create mode 100644 src/androidTest/java/com/exam/ds/ExampleInstrumentedTest.java
 create mode 100644 src/main/AndroidManifest.xml
 create mode 100644 src/main/java/com/exam/ds/Dao.java
 create mode 100644 src/main/java/com/exam/ds/MainActivity.java
 create mode 100644 src/main/java/com/exam/ds/MyFlowLayout.java
 create mode 100644 src/main/java/com/exam/ds/MySqlite.java
 create mode 100644 src/main/res/drawable-v24/ic_launcher_foreground.xml
 create mode 100644 src/main/res/drawable/ic_launcher_background.xml
 create mode 100644 src/main/res/drawable/textshape.xml
 create mode 100644 src/main/res/layout/activity_main.xml
 create mode 100644 src/main/res/layout/flow_item.xml
 create mode 100644 src/main/res/mipmap-anydpi-v26/ic_launcher.xml
 create mode 100644 src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
 create mode 100644 src/main/res/mipmap-hdpi/ic_launcher.png
 create mode 100644 src/main/res/mipmap-hdpi/ic_launcher_round.png
 create mode 100644 src/main/res/mipmap-mdpi/ic_launcher.png
 create mode 100644 src/main/res/mipmap-mdpi/ic_launcher_round.png
 create mode 100644 src/main/res/mipmap-xhdpi/ic_launcher.png
 create mode 100644 src/main/res/mipmap-xhdpi/ic_launcher_round.png
 create mode 100644 src/main/res/mipmap-xxhdpi/ic_launcher.png
 create mode 100644 src/main/res/mipmap-xxhdpi/ic_launcher_round.png
 create mode 100644 src/main/res/mipmap-xxxhdpi/ic_launcher.png
 create mode 100644 src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
 create mode 100644 src/main/res/values/colors.xml
 create mode 100644 src/main/res/values/strings.xml
 create mode 100644 src/main/res/values/styles.xml
 create mode 100644 src/test/java/com/exam/ds/ExampleUnitTest.java

D:\Ds\app>git branch aa

D:\Ds\app>git branch
  aa
* master

D:\Ds\app>git chectout aa
git: 'chectout' is not a git command. See 'git --help'.

The most similar command is
        checkout

D:\Ds\app>git branch
  aa
* master

D:\Ds\app>git checkout aa
Switched to branch 'aa'

D:\Ds\app>git branch
* aa
  master

D:\Ds\app>git status
On branch aa
Untracked files:
  (use "git add <file>..." to include in what will be committed)

        .gitignore
        app.iml
        build.gradle
        proguard-rules.pro

nothing added to commit but untracked files present (use "git add" to track)

D:\Ds\app>

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值