Git: How to add new files and directories? | Programming in Linux
If you are working with Git and want to add a new file or directory, follow the following steps Go to the directory where your file is located. $ cd directory $ git add filename Now you must commit these changes (You can give necessary comments) $ git com...