Saved Bookmarks
| 1. |
What Is The Function Of ‘git Checkout’ In Git? |
|
Answer» A ‘git checkout’ command is used to update directories or specific files in your working TREE with those from another BRANCH WITHOUT merging it in the WHOLE branch. A ‘git checkout’ command is used to update directories or specific files in your working tree with those from another branch without merging it in the whole branch. |
|