To push source to scratch Org, run the following command:
sfdx force:source:push
For our use case, we can change the HelloWorld.cmp file code, as shown in the following screenshot:
![](assets/cf356c67-42e3-44d7-8fa1-28681af19465.png)
Once you run:
sfdx force:push
the code is deployed to the scratch Org. The screenshot shows the command-line interface once the code has been deployed successfully:
![](assets/bd2aac60-fe44-4020-8c8e-56cb6a95396f.png)
Also, note that you can always find the status change between your local folder and scratch Org using the following command:
sfdx force:source:status