Skip to content
Ray edited this page Jun 20, 2015 · 7 revisions

Welcome to the LFS101x-Introduction-to-Linux-in-Chinese wiki!

翻译文件/进度

#LFS101X PR Guide

1, 打开 https://github.com/fdzh/LFS101x #先 fork 到你自己的仓库

2, git clone [email protected]:你的githubID/LFS101x.git #克隆你的仓库到你的本地机

3, cd LFS101x

git remote add upstream https://github.com/fdzh/LFS101x.git #添加远程主仓

git remote -v #确认一下

git fetch upstream #拉取远程主仓

git merge upstream/master #与远程主仓保持同步

4, git status

git add . #添加文件

git commit -m "完成规范编写" #填写修改/添加理由

git push origin master #提交本地修改到你的远程主仓

5, 发 PR 吧

Clone this wiki locally