Today. We will using nginx for web debelopment. Nginx is a big tools for
Local Git VS Github: you should know local Git is the same as GitHub, but remote Github is more like a repository to save and sync other people in the same project. The real work needs to be done in local Git.
Git framework: As we can see in this picture, the workspace is our new project init or clone from another space. We can use add to add coding into the index stage. And we can use git commit to commit your code as a log in local. Finally, we can use git to push your coding into the remote workspace. And you can use pull or fetch to copy other people’s push.
basic command in dail