Git Product home page Git Product logo

ask's Introduction

ask

Crea una carpeta que será tu repositorio local de trabajo:

    • Por ejemplo: .../jlallana/MisDocumentos/ask

+Desde un cliente de git (terminal, con git instalado) ejecuta

    • git init

+Configura git:

    • git config --global user.name "Tu nombre de usuario"
    • git config --global user.email "Tu email de github"

+Clona el contenido del repositorio en el directorio en el que has ejecutado git init

+Esto debería bajarte el contenido del repositorio a tu PC (Si no, hay algun paso tonto que nos estamos olvidando)

+El procedimiento para cuando modifiques código en local y lo quieras subir es:

    • git pull origin master (baja la última versión de github, puede que sea una posterior a la tuya si yo he modificado algo y lo he subido)
    • git commit -m "Mensaje para aclarar qué cambios introduces en esta versión (por si hay que revisarlos o volver atrás)"
    • git push origin master (sube tus cambios al repositorio de github)

ask's People

Contributors

alamasfu10 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.