Skip to content
View Jorjon's full-sized avatar
👨‍💻
coding
👨‍💻
coding
Block or Report

Block or report Jorjon

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. friendpaste-api friendpaste-api Public

    Simple Python API for friendpaste.com

    Python 2

  2. htmlcsswebpack htmlcsswebpack Public

    HTML / CSS / Webpack only website boilerplate

    JavaScript 1

  3. html-imgwh-loader html-imgwh-loader Public

    Automatically add width and height attributes to img tags

    JavaScript 2

  4. nojavascript nojavascript Public

    Interactive website without using JavaScript

    CSS 4

  5. Git Tips & Tricks Git Tips & Tricks
    1
    # Make a commit on a specific date (https://stackoverflow.com/a/3896112/80766)
    2
    GIT_AUTHOR_DATE='2013-07-26T19:32:10' GIT_COMMITTER_DATE='2013-07-26T19:32:10' git commit
    3
    
                  
    4
    # View committer date
    5
    git log --pretty=fuller