You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
611 B
19 lines
611 B
|
|
|
|
|
|
┏━╸╻╺┳╸ ╻ ┏━┓┏━╸
|
|
┃╺┓┃ ┃ ┃ ┃ ┃┃╺┓
|
|
┗━┛╹ ╹ ┗━╸┗━┛┗━┛
|
|
|
|
|
|
|
|
- $ git log
|
|
- --patch, --after, --since, --before, --committer
|
|
- -S"<search-pattern>" // code
|
|
- -L <start>,<end>:<filename> // history of lines of code
|
|
- -L :<function-name>:<filename> // history of a function
|
|
- --grep "<search-pattern>" // commit messages
|
|
|
|
- $ git log --oneline
|
|
- $ git log --graph
|
|
|