The first time you see a Git workflow, it can look like a list of commands you are supposed to memorize:

git add.

git commit -m "Initial commit"

git push

Enter fullscreen mode