git status apps/config/ -uno

Posted 人,唯一剥夺不了的,只有知识

tags:

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

 git status apps/config/ -uno 

 git status apps/config/ -uno 

 git status apps/config/ -uno 

git 与当前目录差异

PowerShell 中 Git status 输出文字颜色的修改

在PowerShell中使用Git,遇到一个问题,输出的文字里有暗红色的,实在太难辨认了。今天忍不了,查了一下解决办法,记录如下。

首先是Git的设置:

git config –global color.status.changed “yellow normal bold”
git config –global color.status.untracked “yellow normal bold”
git config –global color.branch.remote “yellow normal bold”

然后对PowerShell的设置:

用命令

$profile

查看需要修改的文件,在文件末尾添加

$global:GitPromptSettings.WorkingForegroundColor    = [ConsoleColor]::Yellow
$global:GitPromptSettings.UntrackedForegroundColor  = [ConsoleColor]::Yellow

我在使用中发现第二行不必要,反而会报错,注释掉即可。

以上是关于git status apps/config/ -uno的主要内容,如果未能解决你的问题,请参考以下文章

如何登陆git bash窗口,查看git status

PowerShell 中 Git status 输出文字颜色的修改

一个命令解决 git status 命令执行慢

“致命:不是 git 存储库(或任何父目录)”来自 git status

git 命令 git status add rm commit mv

git学习-git status, git diff, git rm, git mv等文件操作命令解释。