mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
44 lines
563 B
Plaintext
44 lines
563 B
Plaintext
---
|
|
tags: [ vcs, alias ]
|
|
---
|
|
|
|
# git branchbydate
|
|
|
|
List repository branches by date when last updated and extra information.
|
|
|
|
# git branchcolor
|
|
|
|
List repository branches sorted by when they were last updated.
|
|
|
|
# git llog
|
|
|
|
Show log with fuller information.
|
|
|
|
# git logs
|
|
|
|
Git logs with detailed information and git tree.
|
|
|
|
# git nah
|
|
|
|
Reset all changes.
|
|
|
|
# git reset-origin
|
|
|
|
Reset to origin.
|
|
|
|
# git reset-upstream
|
|
|
|
Hard reset to upstream master.
|
|
|
|
# git rl
|
|
|
|
Colored reflog.
|
|
|
|
# git tagdate
|
|
|
|
List tags in date order and with graph.
|
|
|
|
# git undo-commit
|
|
|
|
Undoes last commit.
|