Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

前言最近放假了,毕设目前也不太想做,先搞一点小玩意玩玩,让自己的github看起来好看点。也顺便学学这个action是怎么个事。 3D-Contrib先给大家看一下效果我的个人主页:https://github.com/MengFanjun020906/MengFanjun020906原仓库链接:https://github.com/yoshi389111/github-profile-3d...

1.在Github创建一个空仓库 2.在本地项目文件夹打开Git Bash 3.初始化git仓库输入 1git init 4.提交项目文件夹所有文件-放入暂存区输入 1git add . 提交所有文件 5.提交项目文件夹所有文件-提交文件输入 1git commit -m "first commit" -m表示message“first commit”表示提交的备...
Git