Skip to content

chenhantao/functionPractice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

functionPractice

介绍

一些简单的功能练习

软件架构

安装教程

用相应的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/*

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

About

some function practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published