mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-16 18:36:28 +00:00
git: add rebase commit date as author date notes
This commit is contained in:
parent
d872337de4
commit
c8d02e4bf2
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ A repository has one main worktree (if it’s not a bare repository) and zero or
|
|||
`git rebase -i|--interactive <commit>`: modify (reword, edit, drop, squash, merge, ...) *from* commit to latest
|
||||
`git rebase --autostash`: automatically create a temporary stash entry before rebasing
|
||||
`git rebase --autosquash`: automatically apply "squash!" or "fixup!" or "amend!" commits
|
||||
`git rebase --committer-date-is-author-date`: use the author date of the commit being rebased as the committer date (instead of current time)
|
||||
|
||||
## [Git Revisions](https://git-scm.com/docs/gitrevisions)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue