text 有用的git别名

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 有用的git别名相关的知识,希望对你有一定的参考价值。

# Drop this into your ~/.gitconfig

[alias]
	lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'
	lga = !git lg --all
	br = !git branch -vv --color | egrep --color 'gone|$'
	dm = !bash -c '\
		REMOTE=$1 && \
		REMOTE=${REMOTE:="origin"} && \
		echo "Fetching $REMOTE" && \
		git fetch $REMOTE --prune  && \
		git branch -vv | grep "gone]" | awk \"{ print \\$1 }\" | xargs git branch -d' - 
	

以上是关于text 有用的git别名的主要内容,如果未能解决你的问题,请参考以下文章

sh git配置有用的别名

text 我有用的别名

text 常用git命令的别名

text git cli的别名图:]

text Git别名

text git别名