I am in need of some assistance.
Here's the scenario:-
I checked out a repo from GitHub using NetBeans and it was opened as a Java project. I added some functions to the project. Now when the maintainer of the GitHub repo pushes an update, how would I get my copy to have all of the changes that the latest one has without re-checking out the HEAD revision and copy pasting the functions manually?
Thanks in advance!
Sincerely.