story?

What happens with a component that is added to the .gitignore file and is later committed on a user

story?
A . An error will be returned when committing.
B . If the component has never been committed successfully to Git, it won’t be created in Git. If the component has already been tracked by Git, it won’t be updated in Git.
C . If the component has never been committed successfully to Git, it won’t be created in Git. If the component has already been tracked by Git, even if it is added to the .gitignore file, it will be updated in Git.
D . If the component has never been committed successfully to Git, it will be created in Git. If the component has already been tracked by Git, it won’t be updated in Git.

Answer: C

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments