Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.08 KB

jp_log.md

File metadata and controls

42 lines (37 loc) · 1.08 KB

-l/--log

タグ 用途 引数 デフォルト
-l/--log git logをする - False

git logを実行します.

Fig

$ gch -l
>> execute: git status --short
>> execute: git log --stat --oneline --graph --decorate
* db69b12 (HEAD -> develop) change b.txt
|  b.txt | 1 -
|  1 file changed, 1 deletion(-)
*   f8a9f41 Merge branch 'master' of https://github.com/Scstechr/testr
|\
| * 4a9cc45 (origin/master) Create newfile
| |  newfile | 1 +
| |  1 file changed, 1 insertion(+)
* | 09b9d7c add localnew
|/
|    localnew.txt | 1 +
|    1 file changed, 1 insertion(+)
* 7728e23 change b.txt
|  b.txt | 1 +
|  1 file changed, 1 insertion(+)
* e881006 add b
|  b.txt | 1 +
|  1 file changed, 1 insertion(+)
* f6dc509 add a.c
|  a.c | 5 +++++
|  1 file changed, 5 insertions(+)
* f504b9d remove sub
   .gitignore | 1 +
   README.md  | 1 +
   2 files changed, 2 insertions(+)

今後機能を追加していく予定です.