I have a new created directory "supplier_directory", in which there are 3 new files. I need to add these files into different commits.
- Commit N1 : file1 only
- Commit N2 : file2 and file3
I'm having the following:
supplier_directory
when trying:
git status
I'm enable to add or show changes of certain files inside this untracked and new directory evenly when running 'git status' inside it.