Commit 68efc8016cbac2548f84708efb25dcd11844d14c

Authored by selurvedu
2 parents 8b821d91 0ce5b223

Merge pull request #153 from mykhaly/fix_git_status

Add status, diff and reflog to "Залогувати git-дані"
@@ -48,7 +48,14 @@ Set Suite Variable With Default Value @@ -48,7 +48,14 @@ Set Suite Variable With Default Value
48 ${commit}= Run git log --graph --pretty --abbrev-commit --date=relative -n 30 48 ${commit}= Run git log --graph --pretty --abbrev-commit --date=relative -n 30
49 ${repo}= Run git remote -v 49 ${repo}= Run git remote -v
50 ${branch}= Run git branch -vva 50 ${branch}= Run git branch -vva
51 - Log many ${commit} ${repo} ${branch} 51 + ${status}= Run git status
  52 + ${diff}= Run git diff
  53 + ${reflog}= Run git reflog
  54 + Log ${commit}
  55 + Log ${repo}
  56 + Log ${branch}
  57 + Log ${diff}
  58 + Log ${reflog}
52 59
53 60
54 Завантажуємо дані про користувачів і майданчики 61 Завантажуємо дані про користувачів і майданчики
Please register or login to post a comment