You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Che user I want to be informed if git project that I'm working on in Che IDE is modified by git checkout operation irrespective of source of modification.
Scenario
User A opens a git project P in workspace W in Che IDE
User A or user Bssh to workspace W
User A or user B perform Gitcheckout operation
Checking out of a branch
Checking out of a commit
Checking out of a tag
Git operation is performed outside of Che by
Third party Git client
CLI
User A is notified by Che that Git operation is performed
All relative data is updated automatically (no refresh needed)
The text was updated successfully, but these errors were encountered:
User story
As a
Che
user I want to be informed if git project that I'm working on inChe
IDE is modified by git checkout operation irrespective of source of modification.Scenario
Che
IDEssh
to workspace WGit
checkout
operationbranch
commit
tag
Git
operation is performed outside ofChe
byGit
clientChe
thatGit
operation is performedThe text was updated successfully, but these errors were encountered: