Setting Git Settings
Setting Git Settings
git add file1_name file2_name, …, filen_name adding files to the staging area
git commit -m ”message to the commit” commiting staged changes to the repository
Unstaging files
git restore –staged <file name> delete staged changes of given file (all the changes are
just in working directory), it goes back to last commit version