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

Block or report darkikim

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. php-distroless php-distroless Public

    Repository for a distroless php container

    2

  2. OSRUI OSRUI Public

    Old School Revival UI

    CSS

  3. utils utils Public

    List of utils

    Twig

  4. curl -O https://gist.githubuserconte... curl -O https://gist.githubusercontent.com/Darkikim/6b5488418989114ebd6a218dbf2df215/raw/23988701574a1c0b0a05e401cdb081caf54a1def/post-merge && chmod +x post-merge && mv post-merge .git/hooks/
    1
    #!/bin/bash
    2
    # MIT © Darkikim
    3
    
                  
    4
    # git hook to run a command after `git pull` if a specified file was changed
    5
    # Run `chmod +x post-merge` then put this file at: .git/hooks/