summaryrefslogtreecommitdiff
path: root/gitconfig (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-04git: store configuration under XDG_CONFIG_HOMEFranck Cuny1-22/+0
Since `git` understand `$XDG_CONFIG_HOME`, let's gather all the configuration files there.
2021-01-04make: split between Darwin and LinuxFranck Cuny1-3/+0
There's a few things that are relevant to both OS, but there's also a bunch of stuff specific to Linux. Split the file to make it easier to maintain / read. Also add a new gitconfig file to be included depending on the OS: since Darwin is for work, let's use work email there, and personal email for Linux.
2020-12-01git: set proper emailFranck Cuny1-1/+1
need to find a way to manage various identify (work vs home)
2019-12-09[git] add a couple of aliasesFranck Cuny1-1/+4
2019-07-25[git] some clean upFranck Cuny1-2/+4
drop some old alias for url
2019-01-19clean up.Franck Cuny1-0/+0
Removed scripts and some configs, they will be in their own repo.
2018-08-05Shuffling things around in this repoFranck Cuny1-0/+0
2018-01-17[git] Add configuration for GCloud repositories.Franck Cuny1-0/+2
2017-06-16[git] stop using aliasesFranck Cuny1-9/+0
2016-12-13[git] update alias for commitFranck Cuny1-1/+1
I want to see what's going to be commited.
2016-08-04[git] re-enable colors for diff and so on.Franck Cuny1-1/+1
2016-07-15[git] don't use colors and remove a couple aliasesFranck Cuny1-3/+1
2016-01-29[git] cleanup a little bit gitconfig.Franck Cuny1-12/+5
2015-09-04[gitconfig] add alias for `wip`.Franck Cuny1-0/+1
2015-07-16[gitconfig] use tab and add a new alias.Franck Cuny1-21/+23
the new alias is for git log (with git l) to show short log info
2015-07-06configuration filesFranck Cuny1-0/+33