Skip to content

Lio9/learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

这是一个笔记

python笔记出自于菜鸟教程

同时push到GitHub和Gitee

git remote add github https://gitee.com/Lio9/learn.git
git remote add gitee https://gitee.com/Lio9/learn.git

查看仓库

git remote -v

git的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/master

idea创建jdk1.8项目

https://start.aliyun.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published