From eb817c416cf7f4ed3edbd1246f98f9ff10fe1ded Mon Sep 17 00:00:00 2001 From: Way Lau Date: Sat, 15 Nov 2014 23:11:07 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Dealing=20with=20non-fast-forward=20er?= =?UTF-8?q?rors=20=E5=A4=84=E7=90=86=20non-fast-forward=20=E9=94=99?= =?UTF-8?q?=E8=AF=AF.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...with non-fast-forward errors 处理 non-fast-forward 错误.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dealing with non-fast-forward errors 处理 non-fast-forward 错误.md b/Dealing with non-fast-forward errors 处理 non-fast-forward 错误.md index ab271ad..e593cfb 100644 --- a/Dealing with non-fast-forward errors 处理 non-fast-forward 错误.md +++ b/Dealing with non-fast-forward errors 处理 non-fast-forward 错误.md @@ -13,7 +13,7 @@ Dealing with non-fast-forward errors 处理 non-fast-forward 错误 # Merge the remote changes (e.g. 'git pull') before pushing again. See the # 'Note about fast-forwards' section of 'git push --help' for details. -可以在本地通过 fetch(获取) 与 merge (合并) 相同的分支的 change (变化) 来解决: +可以在本地通过 [fetch(获取) 与 merge (合并)](https://github.com/waylau/github-help/blob/master/Fetching%20a%20remote%20%E8%8E%B7%E5%8F%96%E8%BF%9C%E7%A8%8B%E5%BA%93.md) 相同的分支的 change (变化) 来解决: $ git fetch origin # Fetches updates made to an online repository @@ -23,4 +23,4 @@ Dealing with non-fast-forward errors 处理 non-fast-forward 错误 可以简单使用`git pull` 提交: $ git pull origin branch -# Grabs online updates and merges them with your local work \ No newline at end of file +# Grabs online updates and merges them with your local work