README, Wireframe, and branch

This page is going to talk about README, Wireframe, and branch in Git.

Top

README

Picture above shows an example of README file in GitHub. README files tell people a summary of your project and what is your project about and how they can use your project. a good README file will help people to understand your repo better.

Read more
Left

Wireframe

A wireframe is used to plan the structure of a website before designing it. It clarifies layout and structure.

Read more
Right

Branch

Branches are useful when the user wants to change parts of the code without affecting the main codebase.

Read more
Wireframe