Answer Posted / Anant Prasad Vema
'Git checkout' allows you to switch branches, move between different versions of a file (with -b for creating a new branch), or recover a previous commit (using the commit hash). It also creates or updates the working directory and staging area to match the state of the selected branch or commit.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers