Part 4: Edit or Amend Last Commit [Git with Netbeans]

Опубликовано: 24 Октябрь 2024
на канале: Learn4Tarakki
1,475
6

It makes user to understand how to amend or modify last commit message or files in last commit using git command line as well as using netbeans.

Tutorial Objective
----------------------------
Edit or Amend last commit before pushing changes to public Repo

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 3: Understanding Git Commit (edit/stage/commit) [Git with Netbeans]

Steps to accomplish the sub-objective (Amend last commit message only)
------------------------------------------------------------------------------------------------------------------------
1) Modify few files in the project and commit
2) Amend last commit message

Steps to accomplish the sub-objective (Amend last commit entirely)
-----------------------------------------------------------------------------------------------------------
1) Modify few files in the project and commit
2) Amend last commit