Skip to content
View rocketraman's full-sized avatar

Organizations

@apache @vivosys

Block or report rocketraman

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. gitworkflow gitworkflow Public

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

    109 8

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

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

    Shell 144 31

  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