Vedrillan - Overview

@Vedrillan

Vedrillan

Follow

View Vedrillan's full-sized avatar

David Wattier Vedrillan

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.

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. 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