From 8ca2a09939a475e27d56de60fd546b15a48e9f7d Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 13 Jul 2021 19:24:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D1=80=D0=B0=D0=BD=D1=91?= =?UTF-8?q?=D0=BD=20=D0=BA=D0=BE=D0=BD=D1=84=D0=BB=D0=B8=D0=BA=D1=82=20?= =?UTF-8?q?=D1=81=20git-extras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config b/config index 5051d79..31dced9 100644 --- a/config +++ b/config @@ -83,9 +83,6 @@ # Get object type type = cat-file -t - # Get file info - info = cat-file -p - # Show commit logs logs = !git shortlog --summary | sort --reverse --numeric-sort @@ -104,9 +101,6 @@ # Remove files which have been deleted remove = !git ls-files -z --deleted | xargs -0 git rm - # Ignore a file - ignore = !([ ! -e .gitignore ] && touch .gitignore) | echo $1 >> .gitignore - # Assume a file as unchanged assume = !git update-index --assume-unchanged @@ -116,9 +110,6 @@ # Show assumed files assumed = !git ls-files -v | grep ^h | cut -c 3- - # Pull from remote repository - fork = !git config --get remote.origin.url | xargs git pull - # Delete multiple branches #git branch -D `git for-each-ref --format="%(refname:short)" refs/heads/...`