List Variants

.marker-round

  • Share
  • Quick
  • Reference

#↓ Source Code

- Share
- Quick
- Reference
{.marker-round}

.marker-none

  • Share
  • Quick
  • Reference
  • And
  • Cheat Sheet

#↓ Source Code

- Share
- Quick
- Reference
- And
- Cheat Sheet
{.cols-2 .marker-none}

.marker-timeline

  • Renamed to new_name
$ git branch -m <new\_name>
  • Push and reset
$ git push origin -u <new\_name>
  • Delete remote branch
$ git push origin --delete <old>

#↓ Source Code

- \*\*Renamed\*\* to `new\_name`

shell script $ git branch -m

- \*\*Push\*\* and reset

shell script $ git push origin -u

- \*\*Delete\*\* remote branch

shell script $ git push origin --delete

{.marker-timeline}

.cols-3

  • Share
  • Quick
  • Reference
  • And
  • Cheat Sheet
  • For
  • Developers

#↓ Source Code

- Share
- Quick
- Reference
- And
- Cheat Sheet
- For
- Developers
{.cols-3}

One Column (Default)

  • Share quick reference.
  • cheat sheet for developers.
  • Contributed by open source angels.
  • Manage your code snippets.

#↓ Source Code

- Share quick reference.
- cheat sheet for developers.
- Contributed by open source angels.
- Manage your code snippets.

List Overview

List columns

- -
{.cols-1} one column (default)
{.cols-2} two columns
{.cols-6}
List markers
- -
--- ---
{.marker-none} Marker is not set
{.marker-timeline} Marker style like timeline
{.marker-round} Round marker
Comments