git: Add global rebase and ignore
Update git config to have new rebase settings and global ignore file Signed-off-by: Nicholas Mello <nick@nmello.dev>
This commit is contained in:
@@ -19,6 +19,11 @@ repo_path = "git/gitmessage"
|
||||
system_path = "~/.gitmessage"
|
||||
type = "file"
|
||||
|
||||
[tools.git.ignore]
|
||||
repo_path = "git/gitignore"
|
||||
system_path = "~/.gitignore"
|
||||
type = "file"
|
||||
|
||||
[tools.tmux]
|
||||
repo_path = "tmux/tmux.conf"
|
||||
system_path = "~/.tmux.conf"
|
||||
|
||||
Reference in New Issue
Block a user