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

Block or report zmertens

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. 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`).
  2. itemizer-app itemizer-app Public

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

    TypeScript