mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-31 22:22:14 +02:00
fix cheatsheet
This commit is contained in:
parent
20db9fc939
commit
25b213b992
@ -85,6 +85,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
|
|||||||
<kbd>ctrl+k</kbd>: コミットを1つ上に移動
|
<kbd>ctrl+k</kbd>: コミットを1つ上に移動
|
||||||
<kbd>v</kbd>: コミットを貼り付け (cherry-pick)
|
<kbd>v</kbd>: コミットを貼り付け (cherry-pick)
|
||||||
<kbd>A</kbd>: ステージされた変更でamendコミット
|
<kbd>A</kbd>: ステージされた変更でamendコミット
|
||||||
|
<kbd>a</kbd>: reset commit author
|
||||||
<kbd>t</kbd>: コミットをrevert
|
<kbd>t</kbd>: コミットをrevert
|
||||||
<kbd>T</kbd>: タグを作成
|
<kbd>T</kbd>: タグを作成
|
||||||
<kbd>ctrl+l</kbd>: ログメニューを開く
|
<kbd>ctrl+l</kbd>: ログメニューを開く
|
||||||
|
@ -47,7 +47,7 @@ func Check() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
log.Fatalf("Error occurred while checking if cheatsheets are up to date: %v", err)
|
log.Fatalf("Error occurred while checking if cheatsheets are up to date: %v", err)
|
||||||
}
|
}
|
||||||
fmt.Printf("\nCheatsheets are out of date. Please run `%s` at the project root and commit the changes\n", CommandToRun())
|
fmt.Printf("\nCheatsheets are out of date. Please run `%s` at the project root and commit the changes. If you run the script and no keybindings files are updated as a result, try rebasing onto master and trying again.\n", CommandToRun())
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user