3 Star 1 Fork 0

tankb52/哲豆音形之rime配置

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_rime.sh 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# *
# * File : git_rime.sh
# * Version : 0.1
# * CreateTime : 2024-05-19 14:07:07
# * LastEdit : 2024-05-19 14:09:13
# * Author : Knat
# * Licence : Copyright © 2024 Knat. All Rights Reserved.
# * Desc : git 同步命令。
# *
curtime=$(date +%Y%m%d\-%H%M%S)
cd ~/Public/rime-zzdyx.githup/rime-zzdyx/
git add . #添加所有文件(配合.gitignore)
git status #查看当前文件变化
read -p "Enter a commit for this submission: " commit #输入本次注释
git commit -m "$curtime$commit" #以时间:注释的格式提交
git push -u origin main #提交到仓库
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/btank/rime-zzdyx.git
git@gitee.com:btank/rime-zzdyx.git
btank
rime-zzdyx
哲豆音形之rime配置
main

搜索帮助