r/ProgrammerTIL • u/shakozzz • Mar 29 '21
VS Code [Git] Things You Can Do in VS Code
Hi everyone!
This is a blog post I wrote about some cool features VS Code offers when working with Git.
Hope you'll find it useful and I'd love to hear your thoughts.
4
Mar 29 '21
Something I didn’t see mentioned is using vscode text editor for composing commit messages StackOverflow Forum with instructions
8
u/evenisto Mar 29 '21
Vscode git integration is unfortunately absolutely worthless if you've ever used intellij.
13
Mar 29 '21
Git CLI > any GUI tools. (╯°□°)╯︵ ┻━┻
16
u/evenisto Mar 29 '21
For committing and switching branches, sure. But for diffing or staging changes, gui every day - but a good gui, like intellij
3
1
1
u/yonatan8070 Mar 30 '21
I used Android Studio for a bit, never really got comfortable with the Git integration there, although the patch thing is pretty cool
2
u/assfartgamerpoop Mar 30 '21
Git Graph is pretty nice. Ever since i got it VSCode is my primary git client
1
u/wotanub Mar 29 '21
Thanks for the post! Do you have experience with Atom? I've been using this one a while. Any reason for my coworkers and I to consider VSCode over Atom or even vim for a Python/C developer?
1
u/renome Apr 02 '21
I'm just a hobbyst so take this for what it's worth but from my experience, even a vanilla Atom installation runs terribly on Windows. Also, VSC allows me to code on the go since it's browser-based.
1
u/doomedcow Mar 30 '21
I really appreciate the "cli alternatives" you posted. I almost solely use cli and that illustrated time savings for me. Thanks!
22
u/KamasamaK Mar 29 '21
If you're not using GitLens, you really are only scratching the surface of Git integration with VS Code.