# Copying latest changes from libreriscv.git to nmutil.git:
-Do the initial setup for your local repo first.
+Do the initial setup for your local repo (above) first.
```sh
cd nmutil
git subtree merge -P src/nmutil/openpower_sv_bitmanip_in_wiki openpower-sv-bitmanip
git branch -d openpower-sv-bitmanip
git push
-git checkout wiki-master
-git push
-git checkout master
+git push wiki wiki-master:master
```
# Copying latest changes from nmutil.git to libreriscv.git:
-Do the initial setup for your local repo first.
+Do the initial setup for your local repo (above) first.
```sh
cd nmutil
git checkout wiki-master
git subtree merge -P openpower/sv/bitmanip openpower-sv-bitmanip
git branch -d openpower-sv-bitmanip
-git push
-git checkout wiki-master
-git push
git checkout master
+git push
+git push wiki wiki-master:master
```
# Initial setup for repos:
This was already done for this folder, you don't need to do it.
This is here merely for future reference in case anyone wants to reproduce our setup.
-Do the initial setup for your local repo first.
+Do the initial setup for your local repo (above) first.
```sh
cd nmutil
git checkout master
git subtree add -P src/nmutil/openpower_sv_bitmanip_in_wiki openpower-sv-bitmanip
git branch -d openpower-sv-bitmanip
-git push
-git checkout wiki-master
-git push
git checkout master
+git push
+git push wiki wiki-master:master
```