mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 14:52:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Create or merge feature branches.
|
||||
> Feature branches obey the format feature/name.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-feature>.
|
||||
> More information: <http://manned.org/git-feature>.
|
||||
|
||||
- Create and switch to a new feature branch:
|
||||
|
||||
@@ -23,4 +23,4 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Send changes from a specific feature branch to its remote counterpart:
|
||||
|
||||
`git feature {{feature_branch}} --remote {{remote_name}}`
|
||||
`git feature {{feature_branch}} {{[-r|--remote]}} {{remote_name}}`
|
||||
|
||||
Reference in New Issue
Block a user