GIT and NETBEANS

Words
91
Reading
1 min
Listen
Play
10y
  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
GIT and NETBEANS | Ecency