mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +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> | ||||
|  | ||||
| # 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 | ||||
| git remote add <remote> <url> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user