mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	fix(blog): add useful command to Git cheatsheet post
This commit is contained in:
		| @@ -88,6 +88,8 @@ git commit -m "Commit message" | ||||
|  | ||||
| # Commit changes in the past | ||||
| git commit --date "10 day ago" -m "Commit message" | ||||
| # Also update the committer date for the last commit | ||||
| git filter-branch --env-filter 'export GIT_COMMITTER_DATE="$GIT_AUTHOR_DATE"' HEAD^..HEAD | ||||
|  | ||||
| # Add remote repository | ||||
| git remote add <remote> <url> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user