mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
standardize 'Commit Sha' to 'Commit Hash'
This commit is contained in:
parent
06624e85d6
commit
7f6eea2a55
13 changed files with 20 additions and 20 deletions
|
@ -4,7 +4,7 @@
|
|||
# 1) find a commit that is working fine.
|
||||
# 2) Create an integration test capturing the fact that it works (Don't commit it). See https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md
|
||||
# 3) checkout the commit that's known to be failing
|
||||
# 4) run this script supplying the commit sha / tag name that works and the name of the newly created test
|
||||
# 4) run this script supplying the commit hash / tag name that works and the name of the newly created test
|
||||
|
||||
# usage: scripts/bisect.sh <ref that's broken> <ref that's working> <integration test name>
|
||||
# e.g. scripts/bisect.sh v0.32.1 mergeConflictsResolvedExternally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue