You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the left-most panel in your VS Code you have an array of icons.
Hit the Extensions icon and search up "GitLens - Git supercharged" by GitKraken - install it in your VS Code environment and watch the introduction video [3:49]:
NOTE: If you are in a GitHub CodeSpace - you may have to reload it after installing the plugin.
Open the ./merge-lab/poem.txt file - you created earlier - in the editor.
Go to the terminal and use the git co command - you created as an alias earlier - to see through the four different branches:
git co turtle
git co lion
git co father
git co master
Toggle on the file changes (or heat map or file blame) as you go through them.
The text was updated successfully, but these errors were encountered:
On the left-most panel in your VS Code you have an array of icons.
Hit the Extensions icon and search up "GitLens - Git supercharged" by GitKraken - install it in your VS Code environment and watch the introduction video [3:49]:
NOTE: If you are in a GitHub CodeSpace - you may have to reload it after installing the plugin.
./merge-lab/poem.txt
file - you created earlier - in the editor.git co
command - you created as an alias earlier - to see through the four different branches:The text was updated successfully, but these errors were encountered: