Part 2: Viewing Commit History [Git with Netbeans]

Опубликовано: 17 Март 2026
на канале: Learn4Tarakki
2,889
24

It makes user to understand how to view commit history or commit logs after performing commits using either git command line or using Netbeans provided interface.

Part 2: Viewing Commit History [Git with Netbeans]
-------------------------------------------------------------------------------------

Tutorial Objective
-----------------------------
Viewing Commit History using Git and Netbeans

Prerequisites:
-----------------------
Softwares:
Git (download and install from https://git-scm.com/downloads)
Netbeans IDE 8 or above
GitHub Account or related account such as GitLab, etc

Knowledge:
Basics of VCS (Version Control System)
Basics of Programming
Part 1: Import existing project in Git Repo [Git with Netbeans]

Steps to accomplish the objective
----------------------------------------------------------
1) Make some changes in Project Files (as per project requirement)
2) Perform commits using either Netbeans or Git Command Line
3) Viewing Commit History using Netbeans
4) Viewing Commit History using Git Command Line (git log)