Skip to content
View fgalan's full-sized avatar

Highlights

  • Pro

Organizations

@telefonicaid

Block or report fgalan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
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_rottenpotatoesPublic

    Forked from case451/hw3_rottenpotatoes

    HW 3 skeleton for doing BDD with RottenPotatoes

    Ruby 1

  2. hw4_rottenpotatoes hw4_rottenpotatoesPublic

    Forked from aren19-zz/hw4_rottenpotatoes

    Ruby 1

  3. oauth2-example-orion-client oauth2-example-orion-clientPublic

    Forked from ging/oauth2-example-client

    JavaScript 1 1

  4. tim-transforms tim-transformsPublic

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

    Java 1

  5. jamer jamerPublic

    A testing application resembling a Yammer-like system

    Java

  6. orion2twitter orion2twitterPublic

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

    Shell 1