diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..9b5efb5 Binary files /dev/null and b/.DS_Store differ diff --git a/new2 b/new2 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/new2 @@ -0,0 +1 @@ + diff --git a/test/new1.txt b/test/new1.txt new file mode 100644 index 0000000..328ae00 --- /dev/null +++ b/test/new1.txt @@ -0,0 +1,3 @@ +qqqqqqq +1 +3 \ No newline at end of file diff --git "a/\350\207\264\345\244\247\344\270\200/README.md" "b/\350\207\264\345\244\247\344\270\200/README.md" deleted file mode 100644 index a2e6b8b..0000000 --- "a/\350\207\264\345\244\247\344\270\200/README.md" +++ /dev/null @@ -1,70 +0,0 @@ - -``` - _ _ _ _ __ __ _ _ - | | | | ___ | || | ___ \ \ / / ___ _ __ | | __| | - | |_| | / _ \| || | / _ \ \ \ /\ / / / _ \ | '__|| | / _` | - | _ || __/| || || (_) | \ V V / | (_) || | | || (_| | - |_| |_| \___||_||_| \___/ \_/\_/ \___/ |_| |_| \__,_| -``` - -# 欢迎加入创新基地🙂 - -**接下来将开始学习进入基地后的第一门课-(目前很重要),通过本仓库学习和向大家展示下Git和GitHub的结对使用。** - -## 主要内容 - -- [了解下“名词”?](#了解下名词) -- [准备阶段](#准备阶段) -- [开始真正的练习](#开始真正的练习) -- [正式开始练习前的小灶](#正式开始练习前的小灶) -- [回到首页](https://seven-innovation-base.github.io/Git2Github-practice/) - -## 了解下名词 - ->Git是一个免费的开源分布式版本控制系统,旨在快速高效地处理从小型到大型项目的所有内容。Git 易于学习, 占地面积小,具有闪电般的快速性能。它具有Subversion,CVS,Perforce和ClearCase之类>的SCM具,具有廉价的本地分支,方便的暂存区域和 多个工作流等功能。--Git官网 - ->GitHub是通过Git进行版本控制的软件源代码托管服务平台,由GitHub公司的开发者Chris Wanstrath、PJ Hyett和Tom Preston-Werner使用Ruby on Rails编写而成。 GitHub同时提供付费账户和免费账户。 --维基百科 - -## 准备阶段 - -接下来又到了装软件的时候了!!!,以下介绍默认你用的是Windows操作系统(我们不相信你在用Linux😀,默默提醒以下:如果你用的是Windows家庭版赶紧换成专业版或企业版) - -安装 Git,Git可到官网下载安装,戳这里[直接下载v2.24.0](https://github.com/git-for-windows/git/releases/download/v2.24.0.windows.1/Git-2.24.0-64-bit.exe),安装的时候无脑next(下一步)就行。 - -安装完成后建议你把Git安装目录下的 `bin`目录(即文件夹)添加到[Windows的环境变量](https://www.jianshu.com/p/837ea1b4ea10)中,这样可以很方便的在CMD或powershell使用Git命令。你想用自带的Git Bash也行🌧~~~ - - -在你开始练习前请先配置好Git用户信息,使用快捷键 `Windows+R`,在弹出的框框内填入 `cmd`,然后啪唧以下回车键(Enter键),就会弹出CMD(黑框框🎩)了。当然,想用Git Bash也行,双击桌面的Git Bash图标启动就行。接下来需要你输入以下两条命令来配置用户信息。 - -```bash -git config --global user.name "yourname" -``` - -```bash -git config --global user.email "youremail@example.com" -``` - -**这里配置的是你个人的用户名称和电子邮件地址。这两条配置很重要,每次 Git 提交时都会引用这两条信息,说明是谁提交了更新,所以会随更新内容一起被永久纳入历史记录。** - -接下来就可以开启你的 Git 之旅了,与Git和Github义结金兰,探索编程世界的无限魅力!!! - -## 开始真正的练习🚺🚹 - -接下来请👉👉👉👉👉👉[戳下我](https://seven-innovation-base.github.io/Git2Github-practice/)👈👈👈👈👈👈开始你的练习之旅行 - -## 正式开始练习前的小灶 - -- 如果你想了解版本控制👉:[关于版本控制](https://git-scm.com/book/zh/v2/%E8%B5%B7%E6%AD%A5-%E5%85%B3%E4%BA%8E%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6) - -- Git的Window发行版👉:[git-for-windows](https://github.com/git-for-windows/git/releases) - -``` -# Windows更新Git -git update-git-for-windows -``` - -- [回到首页](https://seven-innovation-base.github.io/Git2Github-practice/) - - - - diff --git "a/\350\207\264\345\244\247\344\270\200/users/Tanger/Main.md" "b/\350\207\264\345\244\247\344\270\200/users/Tanger/Main.md" deleted file mode 100644 index 2b1111c..0000000 --- "a/\350\207\264\345\244\247\344\270\200/users/Tanger/Main.md" +++ /dev/null @@ -1,3 +0,0 @@ -Hello ~~ 我是不干人事的Tanger,欢迎拜访我的Github首页 - -👉👉https://github.com/redhat123456👈👈 \ No newline at end of file diff --git "a/\350\207\264\345\244\247\344\270\200/users/sustart/Main.md" "b/\350\207\264\345\244\247\344\270\200/users/sustart/Main.md" deleted file mode 100644 index 0418ba3..0000000 --- "a/\350\207\264\345\244\247\344\270\200/users/sustart/Main.md" +++ /dev/null @@ -1,3 +0,0 @@ -Good study, day day up!!! - -test cr!! \ No newline at end of file diff --git "a/\350\207\264\345\244\247\344\270\200/users/xwt/readme.md" "b/\350\207\264\345\244\247\344\270\200/users/xwt/readme.md" deleted file mode 100644 index 967d621..0000000 --- "a/\350\207\264\345\244\247\344\270\200/users/xwt/readme.md" +++ /dev/null @@ -1,3 +0,0 @@ -这是第三次提交改变的内容。 -这是第二次提交添加的一行。 -这是第三次提交。改变了第一行的内容。 \ No newline at end of file diff --git "a/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/README.md" "b/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/README.md" deleted file mode 100644 index 6953fdd..0000000 --- "a/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/README.md" +++ /dev/null @@ -1,25 +0,0 @@ - -### 解决 git clone 后找不到.git文件的问题 - -#### question 问题描述: -在执行: - -> git clone https://github.com/seven-innovation-base/Git2Github-practice.git - -命令后,会生成一个.git的文件,但事实上你可能无法在clone到的文件位置中看到它。 - -#### unofficial 解释 - -> 可能是你的电脑隐藏文件的设置,将.git文件隐藏了。 - -虽然没有.git文件,但是还是可以正常操作pull和push操作。 - -#### how to 解决 - -<<<<<<< HEAD -![metho1](imgrepo/metho1.png) -======= -![method1](imgrepo/metho1.png) ->>>>>>> upstream/master - -#### [问题相关:git clone后如何checkout到remote branch??](https://shansan.top/categories/Git/) diff --git "a/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/imgrepo/metho1.png" "b/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/imgrepo/metho1.png" deleted file mode 100644 index ce11d9c..0000000 Binary files "a/\350\207\264\345\244\247\344\270\200/\350\247\243\345\206\263\347\273\203\344\271\240\344\273\223\347\232\204\351\202\243\344\272\233\345\235\221/imgrepo/metho1.png" and /dev/null differ