Edit Code and Commit Git
In this article , will perform the below task
(1) Modify Function calwildCard from ES5 to ES6
(2) Check the Current Git status
(3) Add the Modify Script in the Git Staging Area
(4) Commit the edited File
(5) Check Git Log
Step 1
Modify the Function from ES5 to ES6


Step 2
Check Git status

Step 3
Add the Modified Code to the staging Area

Step 5
Commit Changes

Step 6
Check the Log

Check out how to add local file to Git Hub