How to edit local commit message

git commit --amend 
27 августа 2020, 13:10

Copy git repository

git
git push --mirror
13 мая 2017, 15:33

Как удалить файлы из git индекса

git rm --cached mylogfile.log
git rm --cached -r mydirectory
28 марта 2015, 19:48