1
0
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:
Oscar Hinton
2022-05-25 21:36:30 +02:00
committed by GitHub
parent c7bd8833fd
commit ebb66e71dd
22 changed files with 922 additions and 4556 deletions

View File

@@ -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
```