1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Rename zh-CN translation to be compatible with GitLocalize (#178)

This commit is contained in:
Kate Hudson 2017-12-19 18:47:46 -06:00 committed by Richard Littauer
parent f462bad54d
commit e5039cc2b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Flight rules for Git # Flight rules for Git
🌍 🌍
*[English](README.md) ∙ [Русский](README_ru.md) ∙ [简体中文](README_zh-cn.md)* *[English](README.md) ∙ [Русский](README_ru.md) ∙ [简体中文](README_zh-CN.md)*
#### What are "flight rules"? #### What are "flight rules"?
@ -1186,7 +1186,7 @@ $ git submodule update --init --recursive
Creating a submodule is pretty straight-forward, but deleting them less so. The commands you need are: Creating a submodule is pretty straight-forward, but deleting them less so. The commands you need are:
```sh ```sh
$ git submodule deinit submodulename $ git submodule deinit submodulename
$ git rm submodulename $ git rm submodulename
$ git rm --cached submodulename $ git rm --cached submodulename
$ rm -rf .git/modules/submodulename $ rm -rf .git/modules/submodulename