links:: Source Control for Test Automation with Git MOC

2. Introduction to Git.

Pasted image 20221224213450.png|500

Pasted image 20221224213528.png|500

Pasted image 20221224213643.png|500

Git has three main states, also called trees, that your files can reside in.

Of course, there is also a connection between local repository tree and working tree. In the coming next chapters, you will see how they all interact with each other.

Pasted image 20221224213759.png|500

git add . 

Shows files in staging area

git ls-files --stage