mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Add support for migrated jslib (#2826)
This commit is contained in:
21
README.md
21
README.md
@@ -111,3 +111,24 @@ git merge clients/master
|
||||
|
||||
# Push to clients or your own fork
|
||||
```
|
||||
|
||||
### Jslib
|
||||
|
||||
```
|
||||
# Merge master
|
||||
git merge master
|
||||
|
||||
# Merge branch mono-repo
|
||||
git merge d7492e3cf320410e74ebd0e0675ab994e64bd01a
|
||||
|
||||
# Verify files are placed in libs
|
||||
|
||||
# Add remote
|
||||
git remote add clients git@github.com:bitwarden/clients.git
|
||||
|
||||
# Merge against clients master
|
||||
git fetch clients
|
||||
git merge clients/master
|
||||
|
||||
# Push to clients or your own fork
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user