“Sprawdź status GIT” Kod odpowiedzi

Sprawdź status GIT

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

Jeśli GIT status

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

Odpowiedzi podobne do “Sprawdź status GIT”

Pytania podobne do “Sprawdź status GIT”

Więcej pokrewnych odpowiedzi na “Sprawdź status GIT” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu