- Created mainly to upload first challenges of the bootcamp, this one I've used
git clone
command to set a workspace in my computer;
- And using other basics git commands like
git add
to include this README changes,git commit -m "README update"
to update in local andgit push origin main
to validate this changes.