「Debian活用/その他」の版間の差分

ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
編集の要約なし
Debian Backports
Debian Fast Track
</nowiki>
 
== git ==
 
<nowiki>
git config pull.rebase false
</nowiki>
 
<nowiki>
$ git log --pretty=full
 
$ git filter-branch -f --env-filter '
if [ "$GIT_COMMITTER_EMAIL" = "user1@example.com" ];
then
GIT_COMMITER_NAME="user2";
GIT_AUTHOR_NAME="user2";
GIT_COMMITER_EMAIL="user2@example.com";
GIT_AUTHOR_EMAil="user2@example.com";
fi' HEAD
</nowiki>
$ git push -f

ナビゲーション メニュー