git from cmd code example
Example: git from command line
git status
git add . (for al your files)
git add name to add just certain files
git commit -m "message"
git push
git status
git add . (for al your files)
git add name to add just certain files
git commit -m "message"
git push