一些简单的功能练习
无
用相应的IDE打开即可
git配置,自用
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://gitee.com/chenhantao_cht/functionPractice.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "develop"]
remote = origin
merge = refs/heads/develop
[remote "github"]
url = https://github.com/CerHT/functionPractice.git
fetch = +refs/heads/*:refs/remotes/github/*
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request