Code Monkey home page Code Monkey logo

codigosc-'s Introduction

Repositorio de codigos y scripts DontNet en Espanol

En este Repositorio encontraras y podras compartir cortes de codigo y proyectos con tecnologia .NET

Como colaborar

  • Fork del repositorio
  • Clonar el repositorio
  • Actualizar la rama master
  • Hacer los cambios
  • Hacer un Pull Request

Fork del repositorio

El primer paso es hacer "Fork" del repositorio.

Después de tener el repositorio en nuestra cuenta, seleccionar la dirección del repositorio "SSH o HTTP" y clonar:

git clone git clone https://github.com/User/NombreRepo.git

Dentro de la carpeta que genera, comprobar la URL del repositorio:

git remote -v

Antes de realizar modificaciones agregar la URL del repositorio original del proyecto:

git remote add update https://github.com/DotNetEspanol/CodigosC-.git

Y luego la URL de tu repositorio Forkeado

git remote add origin https://github.com/User/NombreRepo.git Comprobar

git remote -v

Hacer cambios

Realizar todos los cambios que se desea hacer al proyecto.

Agregar los archivos y hacer un commit

git add archivo * git commit -m "descripcion de los cambios"

Después de realizar el commit hacer el push hacia nuestro repositorio indicando la rama que hemos creado.

$ git push origin master

Para mantener nuestro repositorio Forkeado actualizado con el original

Hacemos para obtener los últimos cambios del Repo Original:

$ git pull -r update master

codigosc-'s People

Contributors

developerdotnet avatar dionnyprensa avatar dotnetespanol avatar huchim avatar robertlluberes avatar yhorbymatias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.