@@ -118,36 +118,6 @@ npx smartui capture --name hotfix-build-202
118118npx smartui merge build --source hotfix-build-202 --target prod-build-456
119119```
120120
121- ## Advanced Build Merging
122-
123- ### Force Merge
124-
125- When you need to merge builds regardless of their current status:
126-
127- ``` bash
128- npx smartui merge build --source build-123 --target build-456 --force
129- ```
130-
131- ### Selective Merge
132-
133- Merge specific screenshots from one build to another:
134-
135- ``` bash
136- npx smartui merge build --source build-123 --target build-456
137- ```
138-
139- ### Status Management
140-
141- Manage build statuses during merge:
142-
143- ``` bash
144- # Merge and mark as approved
145- npx smartui merge build --source build-123 --target build-456
146-
147- # Merge and mark as baseline
148- npx smartui merge build --source build-123 --target build-456
149- ```
150-
151121## Best Practices
152122
1531231 . ** Build Management** :
@@ -160,30 +130,6 @@ npx smartui merge build --source build-123 --target build-456
160130 - Document merge strategies
161131 - Establish approval processes
162132
163- 3 . ** Status Management** :
164- - Clear status tracking
165- - Document status changes
166- - Maintain audit trail
167-
168- ## Troubleshooting
169-
170- ### Common Issues
171-
172- 1 . ** Merge Conflicts** :
173- - Check build compatibility
174- - Verify build status
175- - Review merge history
176-
177- 2 . ** Status Issues** :
178- - Verify build status
179- - Check permissions
180- - Review approval history
181-
182- 3 . ** Permission Issues** :
183- - Verify user permissions
184- - Check build protection
185- - Review access settings
186-
187133### Getting Help
188134
189135If you encounter any issues with build merging in SmartUI, please contact our support team at
[email protected] .
0 commit comments