# xylinuxer **Repository Path**: linuxkerneltravel/xylinuxer ## Basic Information - **Project Name**: xylinuxer - **Description**: xylinuxer 学习材料 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-26 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 西邮 Linuxer 学习周报 ## 用途 - 提交自己的学习周报(包括markdown形式的周报内容,图片,如果有代码可以一并附上) - 互相之间学习浏览 - 熟悉开源与 git 使用 ## 如何上传自己的代码 1.将本仓库 fork 至自己的账户。 2.在自己的机器上使用`git pull`拉取到本地。 3.添加或修改文件后,使用`git add .`添加文件至暂存区,再使用`git commit -m [message]`提交至仓库区,最后使用`git push`提交。 4.提交Pull Request 至本仓库。 学习 git 使用:[https://gitee.com/all-about-git](https://gitee.com/all-about-git) ## 如何维护已上传的代码 - 所有人都可以提交 Issues 和 Pull Request。 - 提交 PR 后经审查后合并,完成提交。