Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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