“Financial document git”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
Lr讨论 | 贡献
(以“=git project= =git help= ==how to push code== * 登录 http://git.cslt.org/ * 配置ssh :* 找到profile settings->SSH-Keys, 并点击 generate it->SSH. 在服务...”为内容创建页面)
(没有差异)

2015年10月12日 (一) 06:28的版本

git project

git help

how to push code

  • 找到profile settings->SSH-Keys, 并点击 generate it->SSH. 在服务器上产生ssh key
  • 添加ssh key。在SSH-Keys页面有 "Add SSH key" ,点击添加。将在服务器上产生的ssh key 添加到key 一栏,保存
  • 找到需要维护的代码 ,例如:rnn_lstm-in-stock-prediction
  • 进入项目页面,找到SSH:git@192.168.0.51:finance/rnn_lstm-in-stock-prediction.git
  • 在实验室服务器上建立文件夹,并执行 "git clone git@192.168.0.51:finance/rnn_lstm-in-stock-prediction.git"
  • git 上的代码同步到服务器,即你创建的文件夹
  • 代码提交及修改