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

Block or report Ilia

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. jira-commit-msg jira-commit-msg
    1
    #!/bin/sh
    2
    
                  
    3
    # Add git branch if relevant
    4
    parse_git_branch() {
    5
      git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
  2. magento-vagrant magento-vagrant Public

    Testing magento-vagrant deploys.

    Shell

  3. mogilevsky.com.au mogilevsky.com.au Public

    Resume Website

    HTML

  4. PHPPlayground PHPPlayground Public

    My PHP Playground

    PHP

  5. reel reel Public

    Reel Project with SAM and Python

    Python

  6. CodeQualityThreshold CodeQualityThreshold Public

    Forked from piotrpasich/CodeQualityThreshold

    Runs PHP tools to check basic code quality (phpmd, phpcs, phpdcd, phpcp)

    PHP