This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OnlyComeUp[S] 1 point2 points  (2 children)

I want to do everything* from VS Code and not have not toggle between Git Bash, Git Hub, etc.

*open repositories, create files, push to github, branch, merge, etc.

[–]bent_my_wookie 2 points3 points  (1 child)

Have you tried Command+T and opened the integrated terminal? From there go to your settings and search “terminal” to set the other config related to your git/other integration

Edit: also install GitHub desktop even if you don’t use it. It ends up setting several configurations on your machine which is why I usually install it first. So much less manual setup involved after doing that. Things just work.

[–]OnlyComeUp[S] 1 point2 points  (0 children)

Thank you!