[go: up one dir, main page]

Skip to content
View geowittejr's full-sized avatar

Block or report geowittejr

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 Loading

  1. witte-labs-experimental/first-android-app witte-labs-experimental/first-android-app Public

    Kotlin

  2. witte-labs-starters/dotnet-webapi-starter witte-labs-starters/dotnet-webapi-starter Public

    C#

  3. witte-labs/shopification witte-labs/shopification Public

    Vue

  4. InsPlanICDEdit InsPlanICDEdit Public

    C# Web API with AngularJS

    C#

  5. lodashMixins lodashMixins Public

    Some helpful Lodash mixins

    JavaScript

  6. Useful git commands Useful git commands
    1
    I used the following commands to reset a repository that I had forked.
    2
    The result was that my forked repository looked like the original upstream repo.
    3
    
                  
    4
    git remote add upstream /url/to/original/repo
    5
    git fetch upstream