Skip to content

Commit

Permalink
git: modify git config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Dec 18, 2024
1 parent 874d911 commit 3422fed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
1 change: 0 additions & 1 deletion config/git/conf.d/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions config/git/conf.d/alias.conf

This file was deleted.

5 changes: 0 additions & 5 deletions config/git/conf.d/core.conf

This file was deleted.

2 changes: 0 additions & 2 deletions config/git/conf.d/ghq.conf

This file was deleted.

20 changes: 15 additions & 5 deletions config/git/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
[include]
path = conf.d/core.conf
path = conf.d/alias.conf
path = conf.d/user.conf
path = conf.d/ghq.conf
[user]
name = Shun Makino
email = shunmakino6211@gmail.com

[core]
editor = vim

[init]
defaultBranch = main

[ghq]
root = ~/workspace

[alias]
graph = log --graph --date-order --all --pretty=format:'%h %Cred%d %Cgreen%ad %Cblue%cn %Creset%s' --date=short

0 comments on commit 3422fed

Please sign in to comment.