博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git create clone(仓库)
阅读量:5026 次
发布时间:2019-06-12

本文共 733 字,大约阅读时间需要 2 分钟。

git 创建仓库

noatnu@sobeautiful MINGW64 ~$ git config --listcore.symlinks=falsecore.autocrlf=truecore.fscache=truecolor.diff=autocolor.status=autocolor.branch=autocolor.interactive=truehelp.format=htmlhttp.sslcainfo=D:/version_git_svn/git/Git/mingw64/ssl/certs/ca-bundle.crtdiff.astextplain.textconv=astextplainrebase.autosquash=trueuser.name=blakeuser.email=noatnu@163.comnoatnu@sobeautiful MINGW64 ~$ git initInitialized empty Git repository in C:/Users/noatnu/.git/noatnu@sobeautiful MINGW64 ~ (master)$ git init newrepoInitialized empty Git repository in C:/Users/noatnu/newrepo/.git/noatnu@sobeautiful MINGW64 ~ (master)$ git add *.cgit add READMEgit commit -m 'Think in java code'//;

转载于:https://www.cnblogs.com/cjom/p/6534973.html

你可能感兴趣的文章
Leetcode总结之Backtracking
查看>>
Android开发学习之路-图片颜色获取器开发(1)
查看>>
StackExchange.Redis 官方文档(一) Basics
查看>>
nupkg 之破解 nodejs+electron-packager 打包exe的解包
查看>>
Objective-C 使用 C++类
查看>>
浅谈之高级查询over(partition by)
查看>>
Notes: CRM Analytics–BI from a CRM perspective (2)
查看>>
graphite custom functions
查看>>
列出所有的属性键
查看>>
js获取请求地址后面带的参数
查看>>
[原创]使用java批量修改文件编码(ANSI-->UTF-8)
查看>>
设计模式のCompositePattern(组合模式)----结构模式
查看>>
二进制集合枚举子集
查看>>
磁盘管理
查看>>
SAS学习经验总结分享:篇二—input语句
查看>>
UIImage与UIColor互转
查看>>
RotateAnimation详解
查看>>
系统管理玩玩Windows Azure
查看>>
c#匿名方法
查看>>
如何判断链表是否有环
查看>>