mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[EC-239] CLI cleanup (#2745)
This commit is contained in:
21
README.md
21
README.md
@@ -69,3 +69,24 @@ git merge clients/master
|
||||
|
||||
# Push to clients or your own fork
|
||||
```
|
||||
|
||||
### CLI
|
||||
|
||||
```
|
||||
# Merge master
|
||||
git merge master
|
||||
|
||||
# Merge branch mono-repo-prep
|
||||
git merge 980429f4bdcb178d8d92d8202cbdacfaa45c917e
|
||||
|
||||
# Verify files are placed in apps/cli
|
||||
|
||||
# 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