diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-09 17:33:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-09 17:33:27 +0800 |
commit | f73ae1720d5ca7ad2bf3784a3294b29d4c6c3ee5 (patch) | |
tree | 34fbe2ad6aac7563de3cc81d651c9b84e4175b0d | |
parent | 3a8153cb7ac96e5d41c8df6b4b1f22ab173a42fe (diff) |
update
-rw-r--r-- | alias | 1 | ||||
-rw-r--r-- | gitconfig | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -211,6 +211,7 @@ alias geothings-test='ssh geothings@test.geothings.tw' | |||
211 | 211 | ||
212 | # Android | 212 | # Android |
213 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 213 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |
214 | alias adb.view='adb shell am start -a android.intent.action.VIEW -d' | ||
214 | alias adb_default='adb shell dumpsys package domain-preferred-apps' | 215 | alias adb_default='adb shell dumpsys package domain-preferred-apps' |
215 | alias adb_list='adb shell dumpsys package d' | 216 | alias adb_list='adb shell dumpsys package d' |
216 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' | 217 | alias rmcache='rm -rf ~/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/*' |
@@ -18,5 +18,8 @@ | |||
18 | [merge] | 18 | [merge] |
19 | tool = vimdiff | 19 | tool = vimdiff |
20 | 20 | ||
21 | [pull] | ||
22 | ff = only | ||
23 | |||
21 | [credential] | 24 | [credential] |
22 | helper = store | 25 | helper = store |