“Verifique o status do git” Respostas de código

Verifique o status do git

git status [<options>…​] [--] [<pathspec>…​]
ayaan

Se o status git

if [[ -z $(git status -s) ]]
then
  echo "tree is clean"
else
  echo "tree is dirty, please commit changes before running this"
  exit
fi
devops unicorn

status git

//to check how many files contains changes
git status
Coding Geek

Respostas semelhantes a “Verifique o status do git”

Perguntas semelhantes a “Verifique o status do git”

Mais respostas relacionadas para “Verifique o status do git” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código