소스 검색

Update pages/common/git-commit.md

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
CleanMachine1 3 년 전
부모
커밋
c56a28bc7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/git-commit.md

+ 1 - 1
pages/common/git-commit.md

@@ -23,6 +23,6 @@
 
 `git commit {{path/to/file1}} {{path/to/file2}}`
 
-- Commit staged files to the repository with a message while allowing the commit be empty:
+- Create a commit, even if there are no staged files:
 
 `git commit -m "{{message}}" --allow-empty`