From 413c787c1af67f651cc5b4d11e47ec31c2eb4b2a Mon Sep 17 00:00:00 2001 From: kuangyufei Date: Sun, 13 Dec 2020 05:40:22 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9Fro?= =?UTF-8?q?otfs=20=E9=83=A8=E5=88=86=E6=B3=A8=E9=87=8A=20=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=20@note=5Fpic=20=E5=8F=AF=E4=BB=A5=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=AD=97=E7=AC=A6=E5=9B=BE=20=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=20@note=5Fwhy=20=E6=98=AF=E6=B3=A8=E8=80=85=E5=B0=9A?= =?UTF-8?q?=E6=9C=AA=E7=9C=8B=E6=98=8E=E7=99=BD=E7=9A=84=E5=9C=B0=E6=96=B9?= =?UTF-8?q?=EF=BC=8C=E5=A6=82=E6=9E=9C=E6=82=A8=E7=9C=8B=E6=98=8E=E7=99=BD?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E8=AF=B7=E5=91=8A=E8=AF=89=E6=B3=A8=E8=80=85?= =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E6=90=9C=E7=B4=A2=20@note=5Fthinking=20?= =?UTF-8?q?=E6=98=AF=E6=B3=A8=E8=80=85=E7=9A=84=E6=80=9D=E8=80=83=E5=92=8C?= =?UTF-8?q?=E5=90=90=E6=A7=BD=E7=9A=84=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zzz/git/push.sh | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) mode change 100644 => 100755 zzz/git/push.sh diff --git a/zzz/git/push.sh b/zzz/git/push.sh old mode 100644 new mode 100755 index 3ccb78a1..93d33cd5 --- a/zzz/git/push.sh +++ b/zzz/git/push.sh @@ -1,16 +1,16 @@ -git add -A -git commit -m '根文件系统rootfs 部分注释 -搜索 @note_pic 可以查看全部字符图 -搜索 @note_why 是注者尚未看明白的地方,如果您看明白了,请告诉注者完善 -搜索 @note_thinking 是注者的思考和吐槽的地方 -' - -git push origin -git push gitee_origin master -git push github_origin master -git push coding_origin master - -#git remote add github_origin git@github.com:kuangyufei/kernel_liteos_a_note.git -#git remote add gitee_origin git@gitee.com:weharmony/kernel_liteos_a_note.git -#git remote add origin git@codechina.csdn.net:kuangyufei/kernel_liteos_a_note.git -#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git \ No newline at end of file +git add -A +git commit -m '根文件系统rootfs 部分注释 +搜索 @note_pic 可以查看全部字符图 +搜索 @note_why 是注者尚未看明白的地方,如果您看明白了,请告诉注者完善 +搜索 @note_thinking 是注者的思考和吐槽的地方 +' + +git push origin +git push gitee_origin master +git push github_origin master +git push coding_origin master + +#git remote add github_origin git@github.com:kuangyufei/kernel_liteos_a_note.git +#git remote add gitee_origin git@gitee.com:weharmony/kernel_liteos_a_note.git +#git remote add origin git@codechina.csdn.net:kuangyufei/kernel_liteos_a_note.git +#git remote add coding_origin git@e.coding.net:weharmony/harmony/kernel_liteos_a_note.git -- GitLab