From b11e3c427dedadb67dba8d2f82951c57acdd6874 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 10 Aug 2024 16:22:11 +0400 Subject: git directory added --- Makefile | 2 +- config/git/gitconfig | 6 ++++++ config/gitconfig | 6 ------ 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 config/git/gitconfig delete mode 100644 config/gitconfig diff --git a/Makefile b/Makefile index 0079c4e..317378b 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ config: $(LINK) $(CONFDIR)/shell/profile $(ZPROFILE) git: - $(COPY) config/gitconfig $(GITCONFIG) + $(COPY) config/git/gitconfig $(GITCONFIG) scripts: diff --git a/config/git/gitconfig b/config/git/gitconfig new file mode 100644 index 0000000..a3c04e5 --- /dev/null +++ b/config/git/gitconfig @@ -0,0 +1,6 @@ +[init] + defaultBranch = master +[pager] + branch = false +[alias] + pushall = !git remote | xargs -L1 git push --all diff --git a/config/gitconfig b/config/gitconfig deleted file mode 100644 index a3c04e5..0000000 --- a/config/gitconfig +++ /dev/null @@ -1,6 +0,0 @@ -[init] - defaultBranch = master -[pager] - branch = false -[alias] - pushall = !git remote | xargs -L1 git push --all -- cgit v1.2.3