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

Block or report amupoti

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

    Simplified view for players in supermanager.acb.com

    HTML 1

  2. Base-Maven-Project Base-Maven-Project Public

    base maven project to start new simple projects

    Java

  3. pandemic-legacy-2 pandemic-legacy-2 Public

    Infection deck predictor for pandemic games

    Java

  4. Pull Request checklist Pull Request checklist
    1
    SCOPE
    2
    
                  
    3
    story is high priority, small, minimize creep, no stray changes, off-task changes added to backlog
    4
    
                  
    5
    
                  
  5. Git useful commands Git useful commands
    1
    #To delete local branches which have already been merged into master:
    2
    
                  
    3
    git branch --merged master | grep -v "\* master" | xargs -n 1 git branch -d