Before proceeding with the steps below, ensure that you have installed Visual Studio Code on your computer.
If not, you can download them here: Download Visual Studio Code
git pull
to update all the latest changes from your Github Repository workshop2 to your local machinegit pull
code .
to open the current directory with Visual Studio Codecode .
# Work with Amazon System Manager - Session Manager
# Work with Amazon System Manager - Session Manager - CI/CD
Save the changes. And exit Visual Studio Code
Return to the Git bash interface and proceed to push code on our Github Repository.
By executing the following commands
git add .
git commit -m "Edit Source Code"
git push