contribution graph? #166809
Replies: 5 comments
-
yes |
Beta Was this translation helpful? Give feedback.
-
You can view and filter contributions by specific dates or time spans by clicking on days in the contribution calendar, but you cannot add or edit past activity directly. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
📊 GitHub Contribution Graph GuideCan You Backdate Contributions?• Yes, but with limits - GitHub shows contributions based on commit timestamps How to Backdate Commits# Set custom date for new commit
git commit --date="2024-06-15T10:30:00" -m "Your commit message"
# Or use environment variable
GIT_AUTHOR_DATE="2024-06-15T10:30:00" GIT_COMMITTER_DATE="2024-06-15T10:30:00" git commit -m "Message" Important Rules• Must be author/committer - Only your own commits count Limitations• GitHub's discretion - They may not display suspicious activity patterns Legitimate Use Cases• Migrating old projects - Importing work with original timestamps Note: Don't artificially inflate your contribution graph - focus on consistent, genuine contributions! 🌟 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Can I show activity on previous dates in the contribution graph?
Beta Was this translation helpful? Give feedback.
All reactions