-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introducing to git #3
Comments
Yes, vscode works fine - configuring name and email, and then --list. |
|
I meant git gui has an edit form for the git config. No, we don't want two tools. 😃 |
Ooooh! if |
Desktop@UCL Anywhere has vscode but not integrated with git (for windows). Should we request this extension? |
Oooh cool! I see I can do it on Linux too. git gui main and then
It's not an extension. I think the problem at D@UCL Anywhere is that these are "separated" apps and you need to set the settings such on vscode as: Ctrl+shift+p and type "Open user settings json". Then insert this text between the provided
Though the path To know the right path, you'll need to check where the git-bash application is installed, by browsing to it and clicking on the properties of the app. |
I like it |
That's right! We still need to use the terminal to type that - we will never get rid of it, will we? Unless there's a vs code extension that does the same. |
This is the only time that requires using the terminal, possible to use it from vscode. Check whether it works well from powershell, or needs to open a bash from vscode.
Set your user name and email
Open a terminal and type the following commands
git config --list
will show you that the details you have entered are Ok.The text was updated successfully, but these errors were encountered: