How to change files,commit and push into git-hub using Net-Beans IDE

1. First go to your project in net-beans then Change the file here I am adding the <h3>Welcome to quickdevops.com</h3>
Changing file
2.Then the commit it locally as below.
Commit
3. Enter commit message. Then click on commit.
Commit message
4. Next, push the modified code into the repository to fallow the as shown like below steps.
pushing

Pushing Process
5. Select the branch and click finish.
Branch
6. Pushing will be processing
Push process
7.modified files can be available at the git repository. In previously it shows one commit. After commit it shows 2 commits because I modify the code and push into the repository.
Commits


Commits
8. We can see the differences of the files as below using the split option provided by git hub.
Differences

SUBSCRIBE TO OUR NEWSLETTER

I’m the Founder of quickdevops.com. I am a Professional Blogger, Application developer, YouTuber. I’ve been blogging since 2015.I spend a lot of time learning new techniques and actively help other people learn web development through a variety of help groups and writing web development tutorials for my website and blog about advancements in web design and development.Besides programming I love spending time with friends and family and can often be found together going out catching the latest movie or planning a trip to someplace I've never been before.

1 Response to "How to change files,commit and push into git-hub using Net-Beans IDE"