Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

data_simulation

first team work we have,so treat it seriously,and this is a private repository 默认你们已经安装好了git

添加秘钥

查看远程仓库

远程仓库地址:

https://github.com/funk455/data_simulation

如何在linux上关联此github仓库

  • 建立git仓库

git init 此时终端会显示“初始化空的Git仓库于/......git”

  • 关联仓库

git remote add data_simulation git@github.com:funk455/data_simulation.git

如何克隆远程仓库到本地

cd进入团队工作文件夹 git clone git@github.com:funk455/data_simulation.git

如何上传文件到此仓库

git add . git commit -m "message" #把本地库的内容推送到远程,用git push命令,实际上是把分支master推送到远程 git push origin master 参考网址:https://blog.csdn.net/hxf0663/article/details/79527453

About

first team work we have,so treat it seriously,and this is a private repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages