You cloned the project from our repository, so you won't be able to push any changes until you point the project at your own repository.
Create a new repository on GitBucket named lab03
.
Copy the clone URL for the project (it starts with https://
and ends with .git
.
In NetBeans, <
Git > Repository > Open Configuration">>. This is the configuration file for the repository that is usually found in <>.Replace the current value of the url
property with the URL that you copied.
Save and close the file.
Push the project. You should see that it appears in your GitBucket repository.
You can now push changes to your own version of the repository --- it is completely disconnected from the original repository.