Awesome video. I've never been really comfortable with GIT though I use it daily. I typically just use the basics. This video is heaven sent. 👍
@tcopling2 жыл бұрын
Awesome video. Would love to see an explanation on the the git reset soft, mixed, and hard command and how VS Code handles that.
@astridtaw3947 Жыл бұрын
Love this tutorial. Up to part 2 now. Thanks!
@Luther_Luffeigh2 жыл бұрын
Love these quick guides, keep them up 🙌🏽
@softcoda2 жыл бұрын
A very good video. A simple summary 👌 , easy to digest.
@JoseZuccoliChaves4 ай бұрын
Thanks for all the information and guidance. GIT-VS made it really easy with you.
@paligamy932 жыл бұрын
Amazing job to the vscode team for the git integration. Works perfect for everyday activities! Not a single thing do I think "Man I wish they had this". And anytime I have to go to the command line I feel like what I'm doing is something that's really a 1 off and I don't want a bunch of 1-off features
@columbitza111 ай бұрын
This is so much easier than codeanywhere. Thank you :)
@kenmcvicker2 жыл бұрын
Awesome Video. Thorough, clear and really liked it. Good Style. Thanks!!
@johnm83582 жыл бұрын
Short sweet and to the point... Like these videos 👍
@pranjalsoni18192 жыл бұрын
Can you explain cloning with depth command, rebase, reset as well??
@cognominal2 жыл бұрын
Excellent. And showing the underlying git command is a nice bonus. Next a post about how to merge confliciting commit ? Unrelated, but needed. Posts about launch.json. I am exploring vscode source code using the debugger. The launch.json for vscode itself is impressing.
@sarcasmasaservice2 жыл бұрын
Thanks so much for this! 😀
@ananditasaxena1411 Жыл бұрын
Thanks this is a lifesaver
@user-rp6ze2mv2l9 ай бұрын
I only have the "manage unsafe repositories" What should I do? Are there any extensions that need to be installed? and for the commits to enable?
@ethan_groot2 жыл бұрын
Made GitHub super easy... Just love it ❤
@gonewild73862 жыл бұрын
How do you specify the changes to commit in an instance where you have too many changes but you want to push some specific ones ??
@faizanullahkhan12822 жыл бұрын
Please cover fetching ie. Merge, rebase, rebase interactively
@krisz19112 жыл бұрын
update-ref is only used for undoing the first commit.
@ColinRosati2 жыл бұрын
Would love to see interactive rebase, git squash
@JaimeBIDtravel Жыл бұрын
Is it possible to undo or revert a published commit?
@valp_co4 ай бұрын
Thanks a lot, this tool is just imprevise, have been performit git on terminal, and that's already fine, although it's kinda being imperative way to go when using git, so now i do prefer this ui way to go cuz is way more declarative and faster!
@zd12812 жыл бұрын
That helped a lot, thanks pal.
@justttn2 жыл бұрын
Awesome work 🔥
@lucasl3232 жыл бұрын
I'm getting this error - "You don't have permissions to push to 'name/branch' on GitHub. Would you like to create a fork and push to it instead?". Can anyone help?
@gulbaharrahmedova458110 ай бұрын
Did you find resolution?
@lucasl32310 ай бұрын
@@gulbaharrahmedova4581Removed Github credentials from windows credential manager and signed in again.
@bobbyG883 Жыл бұрын
How do you do a Multi line commit in VS Code? anyone?