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:
parent
26396df06a
commit
f13f590ccf
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# git feature
|
||||
|
||||
> 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>.
|
||||
|
||||
- Create and switch to a new feature branch:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mkfs
|
||||
|
||||
> 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>.
|
||||
|
||||
- Build a Linux ext2 filesystem on a partition:
|
||||
|
|
Loading…
Add table
Reference in a new issue