# linuxstudy **Repository Path**: wcfylcf/linuxstudy ## Basic Information - **Project Name**: linuxstudy - **Description**: The project is used for studying linux basic and advanced feature. Main language is C. - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-07 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linuxstudy #### 介绍 用于学习Linux相关的基本功能,以及高级特性。主要以例程方式记录,可用于Linux C/C++软件开发知识储备。 主要语言为C,少量C++。 #### 拉取到本地 终端输入命令: ```shell git clone https://gitee.com/fortunely/linuxstudy.git ``` #### 提交log说明 * feat - 新功能 feature * fix - 修复 bug * docs - 文档注释 * style - 代码格式(不影响代码运行的变动) * refactor - 重构、优化(既不增加新功能,也不是修复bug) * perf - 性能优化 * test - 增加测试 * chore - 构建过程或辅助工具的变动 * revert - 回退 * build - 打包