python笔记出自于菜鸟教程
git remote add github https://gitee.com/Lio9/learn.git
git remote add gitee https://gitee.com/Lio9/learn.git查看仓库
git remote -vgit的config
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/Lio9/learn.git
url = https://gitee.com/Lio9/learn.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/masteridea创建jdk1.8项目