Skip to content

wei123123xue/201509jsgit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

201509jsgit

2015年第九期git学习

#资料 ##在线地址 http://ke.qq.com/course/103151 ##课件地址 http://school.zhufengpeixun.cn/course/31 ##github网址 https://github.com/ ##Win8显示隐藏文件的方法 http://jingyan.baidu.com/article/066074d68ddc7cc3c21cb082.html

#安装git

www.git-scm.com

#配置git

git config --global user.name "zfpx"    
git config --global user.email "zfpx@126.com" 
git config --global --list

#创建git仓库

mkdir gitstudy
cd gitstudy
git init

#显示隐藏目录

ls -al

About

2015年第九期git学习

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published