Skip to content
View zmertens's full-sized avatar
Block or Report

Block or report zmertens

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MazeBuilder MazeBuilder Public

    A tool for generating mazes

    C++ 2

  2. itemizer-app itemizer-app Public

    This app lets you create items and assign a price to it

    TypeScript

  3. A guide to command line git A guide to command line git
    1
    # git-schooled
    2
    1. Create or fork a repo from <a href="https://github.com">GitHub</a>.
    3
    2. Clone the repo with `git clone <https_url_to_rep>` or `git clone <ssh_url_to_rep>`.
    4
      - This command copies the repo from the url repository to your local system.
    5
      - It will, by default, set the existing branch to be that of the cloned repo (usually `master` or `main`).