mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 14:29:33 +00:00
docs: add note on how to reset Clover package using git (ru, en)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -78,3 +78,13 @@ sudo reboot
|
||||
```
|
||||
|
||||
Для редактирования файлов также можно использовать и другие редакторы, например, **vim**.
|
||||
|
||||
## Сброс изменений
|
||||
|
||||
Для сброса изменений всех файлов, относящихся к пакету Клевера (`launch`-файлы) используйте git:
|
||||
|
||||
```bash
|
||||
cd ~/catkin_ws/src/clover
|
||||
git checkout .
|
||||
sudo systemctl restart clover
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user