ITmob

所有标签

#lateinit VS lazy 1 #DrawStyle 2 #Logcat 1 #AOSP 1 #Kotlin 2.0 1 #UriRelativeFilter 1 #UriRelativeFilterGroup 2 #ApplicationStartInfo 1 #Unresolved reference 1 #DETECT_SCREEN_RECORDING 1 #GradientBorder 1 #ClickableText 1 #Private Space 1 #Widget 1 #Android 15 9 #Deeplink 1 #Flow 1 #MediaStore 1 #Ripple Effect 1 #MediaPlayer 1 #MediaMetadataRetriever 1 #ExpandableText 1 #callbackFlow 1 #collect 1 #collectLatest 1 #copy VS deepcopy 1 #Closure 1 #drawWithCache 1 #drawBehind 1 #drawWithContent 1 #Jsoup 1 #Comparable VS Comparator 1 #Comparable & Comparator 0 #!! 和 ?. 1 #INSTALL_FAILED_TEST_ONLY 1 #TextToolbar 1 #RTL 0 #AndroidView 1 #ComposeView 1 #Additional settings in the app 1 #Jetpack Glance 4 #ScreenBrightness 1 #LocalClipboardManager 1 #ClipboardManager 1 #BoxWithConstraints 1 #LocalInspectionMode 1 #onNewIntent 1 #window.attributes 1 #findActivity() 1 #printStackTrace() 1 #INSTALL_FAILED_SHARED_USER_INCOMPATIBLE 1 #Unit 1 #Nothing 1 #Any 1 #IllegalArgumentException 1 #dp to px 1 #sealed interface 1 #SnapshotMutationPolicy 1 #sealed class 1 #mutableStateOf 1 #compileSdk 1 #minSdk 0 #targetSdk 0 #rememberSaveable 1 #remember 1 #values() 1 #entries 1 #UUID 1 #DisposableEffect 1 #val 1 #const val 1 #DefaultLifecycleObserver 1 #运算符重载 1 #ModalBottomSheetLayout 1 #operator overloading 1 #Snackbar 1 #config Bearer token 1 #Canvas 3 #DrawScope 1 #AnnotatedString 1 #VisualTransformation 1 #Postman 0 #TextField 1 #activity-alias 1 #Room 1 #@PreviewParameter 1 #Android Jetpack 1 #@Preview 1 #@ 0 #ActivityResultRegistry 1 #onActivityResult deprecated 1 #onActivityResult 0 #Androidx 1 #跑马灯 1 #Marquee 1 #YYYY-MM-dd 1 #kotlin.Result 2 #NoSuchElementException 0 #Kotlin Exception 2 #Android Exception 10 #Pixel 7 1 #Pixel 1 #Shadow Text Effect 1 #Emoji 1 #EmojiCompat 1 #S 0 #gradle vs gradlew 1 #Gradle 4 #Gradlew 1 #Termius 1 #Xshell 1 #Aliyun 1 #自适应图标 1 #Compose BOM 1 #Adaptive Icon 1 #CompositionLocal 2 #Trailing Comma 1 #Android Studio 1 #IllegalCharsetNameException 1 #Trailing Lambda 1 #AGP 1 #Text Overflow 1 #plurals 1 #转载 1 #Android 13 1 #Exception 3 #keystore 1 #ConstraintLayout 1 #keytool 1 #disassembler 1 #APK Signature Scheme 1 #kotlin-stdlib-jdk8 1 #JDK Tools 1 #Kotlin Gradle Plugin 1 #G 0 #JSON 2 #curl 4 #post 1 #JS 1 #Interface 1 #JavaScript 1 #Git 3 #Compose Desktop 1 #ADB 5 #Analytics 1 #Firebase 2 #CNZZ 1 #Log4j 1 #CVE-2021-44228 1 #MySQL 1 #Text 6 #Jetpack Compose 41 #Python2 1 #Compose 4 #Python 4 #Python3 1 #Compose Multiplatform 2 #Java 10 1 #Terminal 1 #Shell 1 #var 1 #Java 12 #QUERY_ALL_PACKAGES 2 #Android 84 #Android R 1 #Android 11 1 #epel-release 1 #Linux 2 #Epel 1 #Kotlin 36 #Halo 0

怎么获取 git 存储库的统计数据?查看自己在 Git 仓库中贡献有多少?

本文我们来介绍下使用 git 管理代码时,怎么获取 git 存储库的统计数据,了解自己到底提交了多少代码

ITmob-Ly ITmob-Ly 发布于 2024-09-05

Git配置多个密钥(SSH key)并且在不同的仓库配置不同的用户信息(user.name和user.email)

本文介绍怎样在同一台设备上配置生成和配置多个 SSH key,以 Github 和 Gitlab 为例。在文末介绍了如何在不同的代码仓库配置和使用不同的用户信息,比如:在 Github 和 Gitlab 代码库中使用不同的 user.name 和 user.email。

ITmob-Ly ITmob-Ly 发布于 2022-09-14

如何将一个Git仓库整体迁移到另一个远程仓库

项目中偶尔会遇到需要将一个仓库完整的迁移到另一个新的远程仓库,不仅把所有的代码迁移到新仓库,而且保留所有的提交记录,分支,tag等。具体步骤如下:

ITmob-Ly ITmob-Ly 发布于 2022-06-28