mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-05-29 22:37:44 +02:00
fix(blog): add command to commit in the past in Git Ultimate Guide
This commit is contained in:
@ -84,7 +84,10 @@ git add .
|
|||||||
git add <file>
|
git add <file>
|
||||||
|
|
||||||
# Commit changes
|
# Commit changes
|
||||||
git commit -m "chore: initial commit"
|
git commit -m "Commit message"
|
||||||
|
|
||||||
|
# Commit changes in the past
|
||||||
|
git commit --date "10 day ago" -m "Commit message"
|
||||||
|
|
||||||
# Add remote repository
|
# Add remote repository
|
||||||
git remote add <remote> <url>
|
git remote add <remote> <url>
|
||||||
|
Reference in New Issue
Block a user