forcedotcom / forcedotcom/code-builder-feedback

Include Git Username and Email Setup In Initial Workspace Setup

Abierto
#145 2 comentarios 0 reacciones 0 asignados Ver en GitHub
area:usability type:enhancement
Lenguaje dominante
Sin datos de lenguaje
Estrellas
35
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

When I create a new workspace and start doing work in it, the first time I try to commit my code in Git using the source control tab on the left side of the IDE, it fails because my username and email haven't been set up in the git executable for that workspace.

This means I have to go to terminal and run the commands:

```
git config --global user.email "some@email.com"
git config --global user.name "Firstname Lastname"
```

I feel that, if the user were prompted for this information during setup of the workspace, there wouldn't be a need for a user to drop into the terminal and run UNIX CLI commands to complete their workspace setup.

Right now I work around this by running a custom script upon creating a new workspace.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.