Spyder-IDE中使用git
作者:快盘下载 人气:直接在ipython console 中输入命令即可
!git init !git remote add origin https://github.com/myUserName/sample.git !git add temp.py !git commit -m ;My commit; !git push -u origin master
加载全部内容
直接在ipython console 中输入命令即可
!git init !git remote add origin https://github.com/myUserName/sample.git !git add temp.py !git commit -m ;My commit; !git push -u origin master
加载全部内容