Найдено в Remove sensitive files and their commits from Git history так же продублировано в https://gist.github.com/braitsch/6500890
[…]
|
|||||
Найдено в Remove sensitive files and their commits from Git history так же продублировано в https://gist.github.com/braitsch/6500890 […] How to fix an Index which contains the same file name multiple times, but with different encodings Источник: SmartGit — Git/Mercurial/SVN Client: How-Tos. Проблема появилась после перехода на msysgit 1.7.10 — файлы с русскими именами перестали правильно отображаться, правильно храниться в индексе и правильно восстанавливаться. После перехода между windows и linux всё становится совсем плохо. […] http://stackoverflow.com/questions/4468361/search-all-of-git-history-for-string: git rev-list —all | GIT_PAGER=cat xargs git grep 'search_string' git log —patch | less +/searching_string
git rev-list —all | ( while read revision; do git grep -F 'password' $revision done )
Задача: Надо для пользователя gitolite зарегистрировать несколько публичных ключей. […] A Visual Git Reference (EN | RU) — На этой странице представлена краткая наглядная справка для наиболее часто используемых команд git. Изложение с такими чудными картинками: […] |
|||||
Copyright © 2022 Pilat66 blog - All Rights Reserved Powered by WordPress & Atahualpa |