Skip to content
View ohnit's full-sized avatar

Organizations

@HPQC-LABS

Block or report ohnit

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 Loading

  1. Diffs credo and dialyzer outputs wit... Diffs credo and dialyzer outputs with the output saved when it was run on the last commits
    1
    #! /bin/bash
    2
    
                  
    3
    # Diffs credo and dialyzer outputs with the output saved when it was run on the last commits
    4
    
                  
    5
    DIFF_TOOL="code --diff"
  2. Clean up local git branches that hav... Clean up local git branches that have been deleted on remote
    1
    #! /bin/bash
    2
    
                  
    3
    # deletes local branches that have been deleted on remote
    4
    # this version requires that `git fetch -p` is used to prune remote branches from your local repo
    5
    
                  
  3. KineticCafe/app_identity KineticCafe/app_identity Public

    Fast, lightweight, cryptographically secure app authentication

    Elixir 2 1