diff --git a/developers/development_catching_up/index.html b/developers/development_catching_up/index.html
index e959efbf37..347d0ac9b3 100644
--- a/developers/development_catching_up/index.html
+++ b/developers/development_catching_up/index.html
@@ -89,7 +89,7 @@
- If you’re taking a while developing your feature and would like to catch up with what’s in the current Home Assistant dev
branch, you can use git rebase
to do so. This will pull the latest Home Assistant changes locally, rewind your commits, bring in the latest changes from Home Assistant and then replay all of your commits on top.
+ If it’s taking a while to develop your feature, and you want to catch up with what’s in the current Home Assistant dev
branch, you can use git rebase
. This will pull the latest Home Assistant changes locally, rewind your commits, bring in the latest changes from Home Assistant, and replay all of your commits on top.
# Run this from your feature branch
$ git fetch upstream dev # to pull the latest changes into a local dev branch
@@ -97,23 +97,22 @@
-If rebase detects conflicts, you can repeat the following process until all changes have been resolved:
+If rebase detects conflicts, repeat this process until all changes have been resolved:
- git status
will show you the file with the conflict.
- - Edit the file and resolving the lines between
<<<< | >>>>
- - Add the modified file
git add <file>
or git add .
- - Continue rebase
git rebase --continue
- - Repeat until you’ve resolved all conflicts.
+ git status
shows you the file with the conflict; edit the file and resolve the lines between <<<< | >>>>
+ - Add the modified file:
git add <file>
or git add .
+ - Continue rebase:
git rebase --continue
+ - Repeat until you’ve resolved all conflicts
-There is other workflows that is covered in detail in the Github documentation. Add an additional remote
after you clone your fork.
+Other workflows are covered in detail in the Github documentation. Add an additional remote
after you clone your fork.
$ git remote add upstream https://github.com/home-assistant/home-assistant.git
-and then simply git pull --rebase upstream dev
.
+Then, git pull --rebase upstream dev
.
diff --git a/sitemap.xml b/sitemap.xml
index 5b4d72cd70..71a5e694c2 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2113,62 +2113,62 @@
https://home-assistant.io/demo/frontend.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/index.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00
https://home-assistant.io/static/mdi-demo.html
-2016-10-04T20:08:12+00:00
+2016-10-04T20:25:43+00:00