1 Star 0 Fork 32

seacloud/eat_pytorch_in_20_days

forked from lyi/eat_pytorch_in_20_days 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
push-to-github.py 1.45 KB
一键复制 编辑 原始数据 按行查看 历史
算法美食屋 提交于 2022-09-21 09:06 . revise readme
# -*- coding: utf-8 -*-
# ## 推送主分支
# !git config --global user.email "[email protected]"
# 出现一些类似 warning: LF will be replaced by CRLF in <file-name>. 可启用如下设置。
# !git config --global core.autocrlf false
# 配置打印历史commit的快捷命令
# !git config --global alias.lg "log --oneline --graph --all"
# !git init
# !git add -A
# !git pull origin master
# +
# #!rm -rf *.html
# -
# !git commit -m "revise readme"
# !git remote add origin [email protected]:lyhue1991/eat_pytorch_in_20_days.git
# !git remote remove origin
# !git push origin master
# !ssh -T [email protected]:lyhue1991/eat_pytorch_in_20_days.git
# !git remote rm gitee
# !git remote add gitee https://gitee.com/Python_Ai_Road/eat_pytorch_in_20_days
# !git push -f gitee master
# ## 创建pages分支
# !git checkout -b gh-pages
# !git rm --cached -r *.md
# !git clean -df
# !rm -rf *.md
# !cp -r _book/* .
# !git add .
# !git reset
# !git pull origin gh-pages
# !git commit -m 'add gh-pages'
# !git push -u origin gh-pages
# !git checkout pages
# ## 更新命令
# !git checkout master
# !git add ./data/* *.md *.py
# !git commit -m "revise readme"
# !git push -u origin master
# !gitbook build
# !git branch -D gh-pages
# !git checkout -b gh-pages
# !git rm --cached -r *.md
# !git clean -df
# !rm -rf *.md
# !cp -r _book/* .
# !git add .
# !git commit -m "add postscript"
# !git push -f origin gh-pages
# !git checkout master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/seacloud888/eat_pytorch_in_20_days.git
[email protected]:seacloud888/eat_pytorch_in_20_days.git
seacloud888
eat_pytorch_in_20_days
eat_pytorch_in_20_days
master

搜索帮助