sedhossein / git-tips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-tips

change latest commit message

git commit –amend –m "New Commit message"

Add more files on your before commit

git add folan-forgotten-file
git commit –-amend –no-edit

change the commit author after commit

git commit –amend –author "Author Name <Author Email>"

About