jj 명령어의 하위 명령 오류와 설정 별칭 사용 방법에 대한 설명
jj 명령어를 반복 입력하는 작은 실수가 하위 명령 오류로 이어질 수 있지만, 이를 설정 별칭을 통해 해결할 수 있는 방법을 설명합니다. 특히, 편집 중인 changeset에서 짧은 ID를 얻기 위한 jj jj show -T 'change_id.short()' 명령어가 실패하는 예시를 포함합니다.
Explanation of the jj command error and how to use aliases.
The article discusses how a small mistake of repeatedly entering the jj command can lead to a subcommand error, and how this can be mitigated through the use of configuration aliases. It includes an example of a failed attempt to retrieve the short ID of the current changeset using the command jj jj show -T 'change_id.short()'.