UCL-ARC / git-novice-vscode

Version Control with Git using VSCode
Other
0 stars 1 forks source link

Include installation instructions #2

Open dpshelio opened 1 month ago

dpshelio commented 1 month ago

From previous workshops, this is what I had:

dtwwwc1e commented 3 weeks ago

I think the install instructions are fine - install vs code, then install git. I don't have a "clean pc" to test but I can try a VM. We need to enable Bash in vs code? Or that config step is in the taught session?

dtwwwc1e commented 3 weeks ago

I will have VM to test on Monday.

dtwwwc1e commented 2 weeks ago

I will have VM to test on Monday.

Tested out on a VM Windows, all ok for a fresh install. VSCode run fine, Git acting as expected. Bash allows git gui too which I was not expecting. So install instructions all good.

I have not tested out vscodium, or access to a Mac. I will try the first one when I can get a VM again. Can't promise the Mac.

dtwwwc1e commented 2 weeks ago

Installed vscodium on windows and did some local staging, and commit. Working ok.

dpshelio commented 6 days ago

Did the connection to github worked with vscodium? i.e., being able to push without ssh keys but by pressing push?

dtwwwc1e commented 4 days ago

I didn't test vscodoum - github. Will test it today or tomorrow

dtwwwc1e commented 4 days ago

Yes, vscodium - github push and pull / fetch works - I already have ssh keys set up (and am using ucl laptop) but I used the HTTPS connection (https://github.com/dtwwwc1e/repo32.git). Push went fine, following various confirmation steps; and fetch / pull worked too.