User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
git [2025/01/02 20:22] – external edit 127.0.0.1git [2025/06/22 00:27] (current) odefta
Line 42: Line 42:
 </code> </code>
  
 +====== Commit with another date ======
  
 +<code>
 +GIT_AUTHOR_DATE="2025-06-23 08:50:05" GIT_COMMITTER_DATE="2025-06-23 08:50:05" git commit -m "Update configuration and dependencies"
 +</code>
  
 +====== Get all log details (including committer date) ======
  
- +<code> 
- +git log --pretty=fuller 
- +</code>
git.1735842138.txt.gz · Last modified: 2025/01/02 20:22 by 127.0.0.1