docs: add note on how to reset Clover package using git (ru, en)

This commit is contained in:
Oleg Kalachev
2020-08-05 14:03:08 +03:00
parent 8b690900b9
commit 892c6f853b
2 changed files with 20 additions and 0 deletions

View File

@@ -78,3 +78,13 @@ You can use **nano** to edit files on the Raspberry Pi. It is one of the more us
```
You may also use other editors like **vim** if you prefer.
## Resetting changes
For resetting all the changes in Clover package related files (`launch`-files), use git:
```bash
cd ~/catkin_ws/src/clover
git checkout .
sudo systemctl restart clover
```

View File

@@ -78,3 +78,13 @@ sudo reboot
```
Для редактирования файлов также можно использовать и другие редакторы, например, **vim**.
## Сброс изменений
Для сброса изменений всех файлов, относящихся к пакету Клевера (`launch`-файлы) используйте git:
```bash
cd ~/catkin_ws/src/clover
git checkout .
sudo systemctl restart clover
```