Category: News

What does stage in git mean?

Stage is a sort of showcase area in git, where the contents to be committed are placed(just to understand). Staging is done by using git add command. This