Skip to content
View watthajak2018's full-sized avatar

Block or report watthajak2018

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. brew commands brew commands
    1
    ### Update & Clean Brew
    2
    
                  
    3
    Use this set of Homebrew and shell-related commands to update package lists, 
    4
    upgrade installed software, remove outdated files, check for missing dependencies, 
    5
    and ensure your environment is healthy and up to date.
  2. Git Commands Git Commands
    1
    ### Clean Git Reflog
    2
    Use this set of Git commands to aggressively clean your local repository by removing unreachable reflog entries,
    3
    pruning unnecessary objects, and displaying storage statistics.
    4
    
                  
    5
    ```bash