How to Commit and Push Visual Studio Code with Internal Terminal to a Team Foundation Server

How to commit and push visual studio code with an internal terminal to a Team Foundation server. We should be able to make transactions from the terminal Visual Studio code

+3


source to share


1 answer


I can commit a transaction through the internal terminal of Visual Studio Code. * git commit -a After this command, it asks for a commit message, then enter your message to save it. After you lose the commit message, press the code.

  • git push start of original


You can see your post in TFS history

+1


source







All Articles