パーティートリック


Github Associatesは、電子メールアドレスを通して人々とコミットします.各コミットはコミットと名前で署名されます.それで、あなたがgithubにrepoを押すとき、それはその電子メールアドレスでユーザーを探して、そのユーザーとコミットを関連づけます.これはいくつかのクールなトリックができます!
あなたのリポジトリでお好みのプログラマとしてコミットすることができます!Example

倉庫で、あなたの電子メールアドレスを彼らの電子メールアドレスに変えてください
git config user.email "[email protected]"
オプション:あまりにも自分の名前に名前を変更!
git config user.name "Famous Person"
そして今、あなたはコミットすることができますgithubにプッシュします.現在GitHubはコミットを彼らのアカウントと関連付ける!
注:コミットはプロフィールページに表示されません.ユーザープロファイルにコミットを表示する方法

Commits will appear on your contributions graph if they meet all of the following conditions:

  • The email address used for the commits is associated with your GitHub account.
  • The commits were made in a standalone repository, not a fork.
  • The commits were made:
    • In the repository's default branch (usually master)
    • In the gh-pages branch (for repositories with project sites)

For more information on project sites, see "About GitHub Pages."

In addition, at least one of the following must be true:

  • You are a collaborator on the repository or are a member of the organization that owns the repository.
  • You have forked the repository.
  • You have opened a pull request or issue in the repository.
  • You have starred the repository.

免責事項
has this to say
我々は楽しいトリックとしてこれを使用しながら、それは悪意のある理由で使用することができます.この問題を回避する一つの方法はにある.それで、人々がコミットをしたと確信することができます.