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
{{ message }}
This repository was archived by the owner on Apr 21, 2020. It is now read-only.
We want to use this traffic light system to notify the user of any potential issues they might run into. This system will use the MessageBus listener for commands that the user inputs into the shell, and any potential changes in state that should happen. For example, if there is a change in the remote repository, the light should turn yellow, cautioning the user of changes. A state change to "red" would be caused by a git push -f command that could potentially delete files of other users.
Potential feedback from the user could be with a pop-up notification or feedback in the shell asking the user to confirm. A potential toggle feature should also be added if the user does not want assistance from GiTA.
We want to use this traffic light system to notify the user of any potential issues they might run into. This system will use the MessageBus listener for commands that the user inputs into the shell, and any potential changes in state that should happen. For example, if there is a change in the remote repository, the light should turn yellow, cautioning the user of changes. A state change to "red" would be caused by a
git push -fcommand that could potentially delete files of other users.Potential feedback from the user could be with a pop-up notification or feedback in the shell asking the user to confirm. A potential toggle feature should also be added if the user does not want assistance from GiTA.