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 --- config/git/gitconfig | 6 ++++++ config/gitconfig | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 config/git/gitconfig delete mode 100644 config/gitconfig (limited to 'config') 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