tweak(cherry-pick): be more explicit with usage of ls
This commit is contained in:
@@ -117,6 +117,7 @@ Now copy the bug fix commits from development to main:
|
|||||||
2. Cherry-pick the security fix:
|
2. Cherry-pick the security fix:
|
||||||
```pwsh
|
```pwsh
|
||||||
git cherry-pick <security-fix-hash>
|
git cherry-pick <security-fix-hash>
|
||||||
|
ls # we now have the security.py file!
|
||||||
|
|
||||||
# Example if the hash is abc1234:
|
# Example if the hash is abc1234:
|
||||||
# git cherry-pick abc1234
|
# git cherry-pick abc1234
|
||||||
@@ -129,6 +130,7 @@ Now copy the bug fix commits from development to main:
|
|||||||
5. Cherry-pick the performance fix:
|
5. Cherry-pick the performance fix:
|
||||||
```pwsh
|
```pwsh
|
||||||
git cherry-pick <performance-fix-hash>
|
git cherry-pick <performance-fix-hash>
|
||||||
|
ls # we now have the cache.py file!
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Verify both fixes are now on main:
|
6. Verify both fixes are now on main:
|
||||||
|
|||||||
Reference in New Issue
Block a user