Skip to content
View rocketraman's full-sized avatar

Organizations

@apache @vivosys
Block or Report

Block or report rocketraman

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

    A documentation repository for gitworkflows https://medium.com/hackernoon/how-the-creators-of-git-do-branches-e6fcc57270fb

    103 8

  2. sane-scan-pdf sane-scan-pdf Public

    Sane command-line scan-to-pdf script on Linux with OCR and deskew support

    Shell 133 27

  3. .gitconfig aliases useful for gitwor... .gitconfig aliases useful for gitworkflow (https://github.com/rocketraman/gitworkflow)
    1
    [alias]
    2
    	# Basically `log --oneline --decorate --graph` with different colors and some additional info (author and date)
    3
    	lg = log --graph --abbrev-commit --decorate --format=format:'%C(yellow)%h%C(reset) %C(normal)%s%C(reset) %C(dim white)%an%C(reset) %C(dim blue)(%ar)%C(reset) %C(dim black)%d%C(reset)'
    4
    
                  
    5
    	# lg (see above) with --first-parent
  4. kpropmap kpropmap Public

    Type-safe (ish) maps in Kotlin

    Kotlin 15 1