An open API service indexing awesome lists of open source software.

https://github.com/carlosvega20/colorsvega

colors vega web page
https://github.com/carlosvega20/colorsvega

Last synced: 3 months ago
JSON representation

colors vega web page

Awesome Lists containing this project

README

        

# colorsvega
colors vega web page

How to start with github using visual studio code?

1. Create a github account at github.com
2. ....
3. ....
4. download visual studio code
5. ...
6. clone repository
```
git clone myrepository
```

How to start with github using terminal window?

```
git clone myrepository
```

```
git add .
```

Subir cambios al servidor local:
```
git commit -m "my commit message"
```

Subir cambios al servidor remoto:
```
git push
```

Ver el estatus de github:
```
git status
```

Most common CLI commands ?

print working directory => imprime el directorio en el cual estoy trabajando
```
pwd
```

```
cd
```

```
ls
```