git 创建仓库

noatnu@sobeautiful MINGW64 ~
$ git config --list
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=D:/version_git_svn/git/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
user.name=blake
user.email=noatnu@163.com

noatnu@sobeautiful MINGW64 ~
$ git init
Initialized empty Git repository in C:/Users/noatnu/.git/

noatnu@sobeautiful MINGW64 ~ (master)
$ git init newrepo
Initialized empty Git repository in C:/Users/noatnu/newrepo/.git/

noatnu@sobeautiful MINGW64 ~ (master)
$ git add *.c
git add README
git commit -m 'Think in java code'

//
;



posted on 2017-02-16 14:52  非洲来的蚂蚁  阅读(355)  评论(0编辑  收藏  举报