Difference between revisions of "Template:Git log"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/a/31306082
↑ https://stackoverflow.com/a/9597462
(Created page with "* <code>git log</code> * <code>git log -p</code> * <code>git log --all</code> * <code>git log --oneline</code> * <code>git log --pretty=format:"%h - %an, %ar on %cd: %s"</co...") |
|||
Line 7: | Line 7: | ||
* <code>git shortlog</code> | * <code>git shortlog</code> | ||
* List developers: <code>git shortlogs -sne</code><ref>https://stackoverflow.com/a/9597462</ref> | * List developers: <code>git shortlogs -sne</code><ref>https://stackoverflow.com/a/9597462</ref> | ||
+ | |||
+ | == See also == | ||
+ | * {{git}} | ||
+ | |||
+ | |||
+ | [[Category:git]] |
Revision as of 07:59, 26 December 2019
git log
git log -p
git log --all
git log --oneline
git log --pretty=format:"%h - %an, %ar on %cd: %s"
- Show modifications to a file:
git log --follow -p FILE_TO_SHOW
[1] orgit blame FILE_TO_SHOW
git shortlog
- List developers:
git shortlogs -sne
[2]
See also
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: