What is ‘git status’ is used for?
Answer / Vipin Yadav
The 'git status' command is used to show the state of files in the current branch. It shows which files are untracked, modified, staged, and unmerged.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe the branching strategies you have used.
What is GIT stash?
How to create tag?
What is a repository and how will you create it?
What are the advantages of using GIT?
Name some git commands and also explain their functions?
Mention the various git repository hosting functions.
Name a few git commands and explain their usage.
What is the function of ‘git rm’?
What are git repository hosting services you used?
What is the function of ‘git reset’?
What is the difference between ‘git remote’ and ‘git clone’?