1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 03:55:22 +02:00

git-create-branch: update more information links (#16562)

This commit is contained in:
Nelson Figueroa 2025-05-22 10:02:01 -07:00 committed by GitHub
parent ba204ca3d0
commit 3e43cd8400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
> Buat suatu cabang (branch) baru dalam suatu repositori Git. > Buat suatu cabang (branch) baru dalam suatu repositori Git.
> Bagian dari `git-extras`. > Bagian dari `git-extras`.
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-create-branch>. > Informasi lebih lanjut: <https://manned.org/git-create-branch>.
- Buat suatu cabang baru pada repositori lokal: - Buat suatu cabang baru pada repositori lokal:

View file

@ -2,7 +2,7 @@
> 리포지토리에 Git 브랜치 생성. > 리포지토리에 Git 브랜치 생성.
> `git-extras`의 일부. > `git-extras`의 일부.
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-create-branch>. > 더 많은 정보: <https://manned.org/git-create-branch>.
- 로컬 브랜치 생성: - 로컬 브랜치 생성:

View file

@ -2,7 +2,7 @@
> 在 Git 仓库中创建分支。 > 在 Git 仓库中创建分支。
> 属于 `git-extras` 一部分。 > 属于 `git-extras` 一部分。
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-create-branch>. > 更多信息:<https://manned.org/git-create-branch>.
- ​​创建本地分支​​: - ​​创建本地分支​​:

View file

@ -2,7 +2,7 @@
> Create a Git branch in a repository. > Create a Git branch in a repository.
> Part of `git-extras`. > Part of `git-extras`.
> More information: <https://manned.org/man/git-create-branch>. > More information: <https://manned.org/git-create-branch>.
- Create a local branch: - Create a local branch: