Extension Id on VS Code: mhutchie.git-graph After Login to the VS code via git hub you can us the help of the extension GIT GRAPH. One of the most important benefits to describe and visualize the history of changes in a project. From where the branch is created to where the branch is merged, author… Continue reading Git Graph – VS Code
Tag: Git using vs code
Git movement using Visual studio.
1.Install GitHub pull Request and Issues Extension 2. check whether git install in your system 3. clone the project Repository using the URL 4. Creating new Branch goto View-> Command palette → Enter git checkout 5. Select the option Create New Branch from… After entering the new Branch name (eg: Update/Extension) press Enter ButtonIt shows… Continue reading Git movement using Visual studio.