From 252150016fddad2a000c59ef9d8f661cf21e2619 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 5 Mar 2017 13:51:56 +0100 Subject: [PATCH] Add comments to update --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index ce3b623a..7423f888 100644 --- a/docs/install.md +++ b/docs/install.md @@ -41,8 +41,11 @@ There is no update routine. You need to refresh your pulled repository clone and stash all local changes, pull changes from the remote master branch and apply your stash on top of it: ``` +# Stash local changes git stash +# Re-pull master git pull +# Apply stash and remove it git stash pop ```