1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

mkfs, git-feature: fix GitHub preview rendering (#15849)

This commit is contained in:
Managor 2025-03-07 08:56:47 +02:00 committed by GitHub
parent 26396df06a
commit f13f590ccf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# git feature # git feature
> Create or merge feature branches. > Create or merge feature branches.
> Feature branches obey the format feature/<name>. > Feature branches obey the format feature/name.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-feature>. > More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-feature>.
- Create and switch to a new feature branch: - Create and switch to a new feature branch:

View file

@ -1,7 +1,7 @@
# mkfs # mkfs
> Build a Linux filesystem on a hard disk partition. > Build a Linux filesystem on a hard disk partition.
> This command is deprecated in favor of filesystem specific mkfs.<type> utils. > This command is deprecated in favor of filesystem specific mkfs.type utils.
> More information: <https://manned.org/mkfs>. > More information: <https://manned.org/mkfs>.
- Build a Linux ext2 filesystem on a partition: - Build a Linux ext2 filesystem on a partition: