Skip to content

Instantly share code, notes, and snippets.

@trogdoro
Last active September 22, 2019 12:04
Show Gist options
  • Save trogdoro/b1f08ab8135db85c6fcef8bab98c79f8 to your computer and use it in GitHub Desktop.
Save trogdoro/b1f08ab8135db85c6fcef8bab98c79f8 to your computer and use it in GitHub Desktop.

All indented

$ git
  | usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
  |            [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
  |            <command> [<args>]
  |
  | These are common Git commands used in various situations:
  |
  | start a working area (see also: git help tutorial)
  |    clone      Clone a repository into a new directory
  |    init       Create an empty Git repository or reinitialize an existing one


- Bullet
  - Whatever

Indenting

hi

hi

hi
hi

  hi
  hi

hi

  hi
  hi

Bullets > when indenting in shell output

$ git

  • usage: git [--version] [--help] [-C ] [-c =]
  •        [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
    
  •        [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
    
  •        [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
    
  •        <command> [<args>]
    
  • These are common Git commands used in various situations:
  • start a working area (see also: git help tutorial)
  • clone Clone a repository into a new directory
  • init Create an empty Git repository or reinitialize an existing one
  • work on the current change (see also: git help everyday)
  • add Add file contents to the index
  • mv Move or rename a file, a directory, or a symlink
  • reset Reset current HEAD to the specified state

More tradional shell example

$ bla
  | Blaa
  | Blaa

bla

  • Blaa
  • Blaa

From my notes

  • one

    • two
      • three
  • example:

  • Maybe just > replace heading > and show it was replaced?

    • replaced foo Node
  • solution?:

    • when tagging heading:
      • Is this good enough for > memorize use case?!!!
        • maybe just make memorize key > to do all in the file?
          • that would be too many!!!
      • always just reploce heading?
    • when tagging block:
      • First > where does it go normally anyway? > need heading in the tag? > #page Heading
      • Ok to always prepend? > Since I save manually?

#memorize foo : just created bar : created and updated

foo : created once bar : created once and updated

Commands

$ ls

  • bin
  • lib

$ ls

  • foo.txt

$ bla

  • hi.txt

$ ls

  • foo
  • bar

| hi | hi

hi hi

: hi : hi

. hi . hi

$ pwd

  • bla

Hashtags

#foo #fooo

#three

Hi

$ cmd1 $ cmd2

Angle Brackets

Hi Hi

Hi Hi

Heading

Hi
  • Hey
    • Yo
      • You
        • You
Hi
  • At left
    • Hey
      • You
        • You
          • You
Hi
  • At left
    • Hey
      • You
        • You
          • You

Another

  • Hey Under Under

one one

two two

one one no space two two

Unclosed backticks

$ hi
$ hi


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment