GIT and NETBEANS

in technology •  8 years ago  (edited)
  1. Install git in Windows
    http://msysgit.github.com/
  2. Download Repository (Git) The first thing to do is to download the git repository project that is hosted on Bitbucket
    Repository : https://bitbucket.org/user/repository

  1. When you enter the repository, in the upper right you will find a link to make the clone of the repository.
  2. Open a command console in the folder where you want to make the clone of the repository and execute the following line (using the link associated with your Bitbucket user, in this case mine): git clone
    https://USER@bitbucket.org/USER/REPOSITORY.git
  3. Load the project in netbeans
  4. Initialize the repository
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  
  ·  8 years ago (edited)

TUTORIAL PRIMER INGRESO GIT-NETBEANS

  1. Instalar git en Windows
    http://msysgit.github.com/

  2. Descargar Repositorio (Git) Lo primero que debe hacer es descargar el proyecto del repositorio git que se encuentra alojado en Bitbucket
    Repositorio: https://bitbucket.org/usuario/repositorio

  3. Cuando ingrese al repositorio, en la parte superior derecha encontrará un enlace para realizar el clon del repositorio:

  4. Abra una consola de comandos en la carpeta donde desea realizar el clon del repositorio y ejecute la siguiente línea (utilizando el enlace asociado a su usuario de Bitbucket, en este caso es el mío): git clone https://usuario@bitbucket.org/usuario/repositorio.git

  5. Cargamos el proyecto en netbeans

  6. Inicializamos el repositorio