diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.git_ignore | 8 | ||||
| -rw-r--r-- | git/.gitconfig | 12 |
2 files changed, 20 insertions, 0 deletions
diff --git a/git/.git_ignore b/git/.git_ignore new file mode 100644 index 0000000..25b9412 --- /dev/null +++ b/git/.git_ignore @@ -0,0 +1,8 @@ +.*~ +\#*\# +.*.swp +*.pyc +.ropeproject +*.synctex.gz +*.fdb_latexmk +*.fls diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..a4472b1 --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,12 @@ +[user] + name = Thibaut Horel + email = thibaut.horel@gmail.com +[color] + ui = true +[core] + editor = vim + excludesfile = ~/.git_ignore +[alias] + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- +[push] + default = simple |
