随笔分类 -  24 代码托管

摘要:原博文 https://mp.weixin.qq.com/s/hYjGyIdLK3UCEVF0lRYRCg 示例 初始化本地git仓库(创建新仓库) git init 配置用户名 git config --global user.name "xxx" 配置邮件 git config --global 阅读全文
posted @ 2020-04-18 09:33 我有我奥妙 阅读(201) 评论(0) 推荐(0)
摘要:官方地址 https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 示例 ## Ignore Visual Studio temporary files, build results, and ## files ge 阅读全文
posted @ 2020-04-18 09:32 我有我奥妙 阅读(6460) 评论(0) 推荐(0)