First of all, I am new to git and I'm sorry in advance if my question seems foolish to you.
I'm working on the files inside a directory say
FrmMain/FrmMain/Forms/ [Has approx 100 files]
I have initialized the git at the Parent Directory i.e. first FrmMain
Now when I try to git commit
the modified files inside the Forms directory, after I have applied the git add .
, it doesn't commit the changes.
To be further clear, here is the sequence of commands that I'm applying:
What I'm getting is: It doesn't bring the folder to staging area. Any Idea how may I get this to work?