Skip to content
View Vedrillan's full-sized avatar

Block or report Vedrillan

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. File used as template for Git commit... File used as template for Git commit message.
    1
    # Summary on the first line, --------------------|
    2
    # its length should not exceed 50 characters. ---|
    3
    
                  
    4
    # Leave a blank line between summary and description.
    5
    
                  
  2. Git hooks Git hooks
    1
    #!/usr/bin/python3
    2
    
                  
    3
    import sys
    4
    import re
    5