Skip to content

277800076/linuxyan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

资料库

这是项目 linuxyan , 欢迎访问。

这个项目的版本库是 Git格式 ,在 Windows、Linux、Mac OS X 平台都有客户端工具可以访问。虽然版本库只提供Git一种格式, 但是你还是可以用其他用其他工具访问,如 svn 和 hg 。

版本库地址

  • HTTP协议:https://github.com/linuxyan/linuxyan

克隆版本库

git clone git@github.com:linuxyan/linuxyan.git

PS:

ssh-keygen -t rsa -C "your_email@youremail.com"
ssh -T git@github.com
git config --global user.name "your name"
git config --global user.email "your_email@youremail.com"
git clone git@github.com:linuxyan/linuxyan.git
git add 
git commit -m
git push origin master

About

个人资料库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.0%
  • Shell 9.0%