Skip to content
View miallo's full-sized avatar

Block or report miallo

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. nuggitnuggitPublic

    Mirror of https://git.lohmann.sh/michael/nuggit - Learn git truly interactively - it gives you a repo you can step by step learn how to use git with, starting from zero knowledge

    Shell 2

  2. git only in trusted pathsgit only in trusted paths
    1
    :"${GIT_SECRET_PATH:="$HOME/.gitsecret"}"
    2
    3
    RESET='\033[0m'
    4
    RED="\e[0;31m"
    5