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

Block or report sandipchitale

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. scgmvcfn scgmvcfn Public

    Java 1

  2. webmvcfn webmvcfn Public

    Java

  3. springboot-angular springboot-angular Public

    Springboot+Angular+PrimeNG Sample

    TypeScript

  4. Collapse all history of git repo. #git Collapse all history of git repo. #git
    1
    git checkout --orphan onetime
    2
    git add -A
    3
    git commit -m "Initial commit"
    4
    git branch -D main
    5
    git branch -m main