Skip to content
View jbaiera's full-sized avatar

Organizations

@elastic
Block or Report

Block or report jbaiera

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. elastic/elasticsearch elastic/elasticsearch Public

    Free and Open, Distributed, RESTful Search Engine

    Java 67.6k 24.1k

  2. elastic/elasticsearch-hadoop elastic/elasticsearch-hadoop Public

    🐘 Elasticsearch real-time search and analytics natively integrated with Hadoop

    Java 1.9k 982

  3. gradle/gradle gradle/gradle Public

    Adaptable, fast automation for all

    Groovy 16.1k 4.5k

  4. Git Graph - Pretty Print Log format ... Git Graph - Pretty Print Log format for Git
    1
    [alias]
    2
        graph1 = log --graph --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative --color --date-order
    3
        graph2 = log --graph --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''        %C(bold white)— %an%C(reset)%n%w(70,12,10)%C(white)%s%C(reset)%n' --abbrev-commit --color --date-order
    4
        graph = !"git graph1"