20

In Visual Studio Code, there is a "Show Git Output" menu item that shows the recent Git commands that have been run. For an example of what this looks like, see 3:35+ in this video.

Is there a way to do the same in Visual Studio?

9
  • Wouldn't a basic Git tutorial be more useful? Commented Jan 21, 2017 at 3:41
  • 1
    Maybe, but for example the Git tools in VS have Sync option, this operation does not exist on Git. This operation as I know execute two commands Git Pull and git push, one after other. The maybe some other cases. Commented Jan 21, 2017 at 3:44
  • stackoverflow.com/questions/30038999/… says "Commit and Sync does three things. First, it will commit. Second, it will perform a pull (grabs the updated information from the remote repo). Finally, it will push." It's just a series of commands that MS gave a name to. Commented Jan 21, 2017 at 3:46
  • 1
    you are making my point. Which parameter uses VS to accomplish this from all of them? I know how to do it I know the git basics. The question is not how to do it, but which command uses VS and if there is a way to intercept them. I think VS Code has that functionality Commented Jan 21, 2017 at 3:59
  • 1
    Please note that Git is version control software, and GitHub is an online web service that uses Git; they are not the same thing. I've edited your question to remove the github tag. In addition, it is best to not have your question rely on external sources, so I added a description so that your question will remain understandable even without the video you linked to. Commented Jan 21, 2017 at 8:23

1 Answer 1

2

This is not entirely possible (for instance, for VS2015) because:

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.