Staging Changes in Git
Consider that in the e2e_tests repository that you just initialized, there are some untracked files like pom.xml and files in the src directory.
Untracked files are files that Git does not know about yet. If you want Git to start tracking these file...
lavanyamohan.hashnode.dev1 min read