i have to commit the javascript file of only one component(ReactJS) in git..what is the command used for that..
my modified file which is located in E:\project\work\src\components\administration.js
please help me whether the below command is right or not?
git commit E:\project\work\src\components\administration.js -m "userAdminChanges"