Now add a new file called "test.txt" with some contents in it under the "test" folder. Then run the following command: git add . The above command will add the new files to your repository. The next command is to commit this new file. git commit -m "this ...
↧