Science, asked by yash2834, 1 year ago

GIT: What are commands used frequently in the git ?

Answers

Answered by Anonymous
2

Commit: Commit is an operation which saves the changes permanently. Staging Area: Staging is a step before the commit process in git. That is, a commit in git is performed in two steps: staging and actual commit. Push: The git push command is used to upload local repository content to a remote repository.

   

                         HOPING THIS WOULD HELP YOU

Similar questions