Skip to content
View fgalan's full-sized avatar

Highlights

  • Pro

Organizations

@telefonicaid

Block or report fgalan

Report abuse

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

Report abuse
fgalan/README.md

Hi there 👋, I'm Fermín Galán

fgalan's github stats

Sample ~/.gitconfig, from https://blog.gitbutler.com/how-git-core-devs-configure-git/

# clearly makes git better
[column]
        ui = auto
[branch]
        sort = -committerdate
[tag]
        sort = version:refname
[init]
        defaultBranch = main
[diff]
        algorithm = histogram
        colorMoved = plain
        mnemonicPrefix = true
        renames = true
[push]
        default = simple
        autoSetupRemote = true
        followTags = true
[fetch]
        prune = true
        pruneTags = true
        all = true

# why the hell not?
[help]
        autocorrect = prompt
[commit]
        verbose = true
[rerere]
        enabled = true
        autoupdate = true
[core]
        excludesfile = ~/.gitignore
[rebase]
        autoSquash = true
        autoStash = true
        updateRefs = true

# a matter of taste (uncomment if you dare)
[core]
        # fsmonitor = true
        # untrackedCache = true
[merge]
        # (just 'diff3' if git version < 2.3)
        # conflictstyle = zdiff3 
[pull]
        # rebase = true

Popular repositories Loading

  1. hw3_rottenpotatoes hw3_rottenpotatoes Public

    Forked from case451/hw3_rottenpotatoes

    HW 3 skeleton for doing BDD with RottenPotatoes

    Ruby 1

  2. hw4_rottenpotatoes hw4_rottenpotatoes Public

    Forked from aren19-zz/hw4_rottenpotatoes

    Ruby 1

  3. oauth2-example-orion-client oauth2-example-orion-client Public

    Forked from ging/oauth2-example-client

    JavaScript 1 1

  4. tim-transforms tim-transforms Public

    Automatically exported from code.google.com/p/tim-transforms

    Java 1

  5. jamer jamer Public

    A testing application resembling a Yammer-like system

    Java

  6. orion2twitter orion2twitter Public

    This little REST server receives notifications from Orion and publish in Twitter

    Shell 1