SAGARFIVE

1. Introduction

2. Git Basics

3.  Git Terminology

4.  Git Branching

5.  Git - Github

6.  Git Add (Git staging)

7.  Git Commit

8.  Github Advanced

9.  Git Remote

7.4 Git Ammend (Renaming Last Commit)

  • Git amend is used to change the last commit message/information
  • Once run the commit an editor opens, edit the information/message, save it
  • Git ammend only changes the commit message of previous last commit only
  • It won’t change anything