Skip to content
Discussion options

You must be logged in to vote

To solve this problem. Following those steps,

  1. add the files or everything in the git local repo
    git add .

  2. Add the past date where you want to show the commit.
    git commit --date="YYYY-MM-DD HH:MM:SS" -m "Your commit message"

  3. Push the local git commits to the remote repository.
    git push

Easy and Simple way to manage your work and cover your work.

Thank you.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by v08nike
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants