From e048bdbaadf0a80d55057cd34297d8a27ec4865b Mon Sep 17 00:00:00 2001 From: VitalGG Date: Sun, 22 May 2022 19:26:20 +0800 Subject: [PATCH] git usage --- ...-\344\275\277\347\224\250\350\257\264\346\230\216.org" | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git "a/git-\344\275\277\347\224\250\350\257\264\346\230\216.org" "b/git-\344\275\277\347\224\250\350\257\264\346\230\216.org" index c6fb7a4..2ab0dec 100644 --- "a/git-\344\275\277\347\224\250\350\257\264\346\230\216.org" +++ "b/git-\344\275\277\347\224\250\350\257\264\346\230\216.org" @@ -47,6 +47,14 @@ http方式: https://gitee.com/yournmae/atlisp-lib.git SSH 方式: git@gitee.com:yourname/atlisp-lib.git #+END_QUOTE +#+BEGIN_QUOTE +本地仓库: 存储在本地电脑的代码仓库 + +远程仓库: 存储在Gitee/github上你的帐号中的代码仓库 + +上游仓库:存储在Gitee/github上你的 fork 的 @lisp 帐号中的代码仓库 +#+END_QUOTE + ** 使用 git 交付代码为@lisp提供贡献 (无 fork) *** 首次使用:克隆 =clone= @lisp函数库 -- Gitee