git on ipad
YeeKal
•
•
"#"
ish
mount -t ios null <dir> # 打开文件管理器选择文件进行映射
# 更新
apk update #更新最新本地镜像源
apk upgrade #升级软件
# 安装软件
apk add xxxx
# 卸载
apk del xxxx
# 搜索
apk search xxxx
# 软件包信息
apk info xxxx
# 避免应用休眠
cat /dev/location > /dev/null &
# 辅助按键
tab ctrl esc 方向
git/openssh/neofetch