Part 3: Understanding Git Commit (edit/stage/commit) [Git with Netbeans]

Опубликовано: 27 Сентябрь 2024
на канале: Learn4Tarakki
1,001
13

It makes user to understand how commit works in Git. It also explains how files gets added in the staging area, how to list files that are in staging area and commit them.

Part 3: Understanding Git Commit (edit/stage/commit) [Git with Netbeans]

Tutorial Objective
----------------------------
Understanding how commit works in Git and how it differs from SVN.

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

Steps to accomplish the objective
------------------------------------------------------
1) Understanding editing, staging and then commit concept in Git
2) Modifying (Editing) files and add them to Staging area
3) Viewing Staged files
4) Committing Staged files