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
- Host: GitHub
- URL: https://github.com/carlosvega20/colorsvega
- Owner: carlosvega20
- Created: 2018-08-03T20:03:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T20:32:37.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T20:23:54.187Z (5 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# colorsvega
colors vega web pageHow 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
```