cli - sasjakoning/blok-tech-2022 GitHub Wiki

To push and pull code from and to Github I make use of the Git Bash command line.
Git for Windows provides a BASH emulation used to run Git from the command line.
By installing Bash on my Windows device I can open up the CLI of Visual Studio Code and start up Bash. With it I can pull, add, commit and push code to github.
I can also use Bash with Node and NPM.

I also used the Heroku cli to deploy my app.