diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2025-12-16 13:27:11 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2025-12-16 13:27:11 -0500 |
| commit | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (patch) | |
| tree | 92b7f7af29ed4a9dcc0eab33490c6225cce9b14a /git/dot-config | |
| parent | 856e361d56c201cbb1b1521c8b93b747163b1376 (diff) | |
add initial version (incomplete)
Diffstat (limited to 'git/dot-config')
| -rw-r--r-- | git/dot-config/git/config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/git/dot-config/git/config b/git/dot-config/git/config new file mode 100644 index 0000000..8df961c --- /dev/null +++ b/git/dot-config/git/config @@ -0,0 +1,17 @@ +[alias] + co = checkout + br = branch + ci = commit + s = status -sb + l = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%ai%C(reset) - %C(bold white)%an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)' +[pull] + rebase = true +[init] + defaultBranch = main +[user] + name = Mohammad Reza Karimi + email = m.r.karimi.j@gmail.com +[commit] + verbose = true +[credential "https://git.overleaf.com"] + helper = !pass git/overleaf@mit |
