Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 301 Bytes

File metadata and controls

19 lines (11 loc) · 301 Bytes

Amend Sample

Summary

A sample repository for git commit --amend.

Objectives

Right after you commit, you realize that you typed updates as updaets. Fix your commit message using git commit --amend.

Proceduer

git commit --amend -m "updates README.md"

LICENCE

CC0