Skip to content

wuhongyi/TemplateRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

这是仓库模板。

git - 提交空目录

需要在目录下创建 .gitkeep 文件,然后在项目的 .gitignore 中设置不忽略 .gitkeep。

.gitkeep 是一个约定俗成的文件名并不会带有特殊规则。

本地对应仓库的创建

#初始化 该目录下将生成. git 文件夹
git init
#设置远程仓库地址 第一个为 HTTPS 第二个为 SSH,两个选一个即可。
#设置完之后该信息将被写入到 .git/config 文件中,可修改该文件切换上传方式
git remote add origin https://github.com/wuhongyi/xxxx.git
git remote add origin [email protected]:wuhongyi/xxxx.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published