How to move components changes from VS Code to GITHUB using GIT Commands to the repository?

1. Use the following command to include all untracked and changed files. 2. Use the following command to Commit the changes. 3. Use the following command to map it to the Branch. 4. Use the following command to push the changes to the Branch.