Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergioalberto/proyecto1-se
Sistema de reproducción de mp3 usando GStreamer y Qt
https://github.com/sergioalberto/proyecto1-se
Last synced: about 17 hours ago
JSON representation
Sistema de reproducción de mp3 usando GStreamer y Qt
- Host: GitHub
- URL: https://github.com/sergioalberto/proyecto1-se
- Owner: sergioalberto
- Created: 2013-09-25T21:24:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-18T15:20:51.000Z (about 11 years ago)
- Last Synced: 2023-08-04T17:07:24.280Z (over 1 year ago)
- Language: C++
- Size: 6.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proyecto1-SE
============Sistema de reproducción de mp3 usando GStreamer y Qt
Añadir rep: svn checkout https://github.com/sergioalberto/proyecto1-SE proyecto1SE --username [email protected]
Pequeño tutorial de git:
Crear una carpeta con mkdir e ingresar a ella:
$ git init
$ git remote add origin [email protected]:sergioalberto/proyecto1-SE.git
$ git pull origin master ===> traer todo de la nube
$ git status
/// Se hace cambios a los archivos
$ git add Commands.txt ====> en lugar del name puede ser: (.) o ("*.txt")
$ git commit -m "pequeño cambio"
$ git push -u origin master =====> Subir los cambios a la nuve