Skip to content
View Vedrillan's full-sized avatar

Block or report Vedrillan

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