“Sejarah git” Kode Jawaban

Git Log One Line

git log --oneline
Tame Toucan

bagaimana melihat semua komit di git

$ git log --pretty=format:"%h - %an, %ar : %s"
ca82a6d - Scott Chacon, 6 years ago : Change version number
085bb3b - Scott Chacon, 6 years ago : Remove unnecessary test
a11bef0 - Scott Chacon, 6 years ago : Initial commit
Ashamed Anteater

Dapatkan semua perubahan pada nama komit

$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js
Alive Alpaca

Sejarah git

$ git log
-

Melakukan sejarah

$ git clone [https://github.com/loverajoel/jstips.git](https://github.com/loverajoel/jstips.git)   # You will need a GitHub account for this to work  
$ cd jstips   # changing your directory into the one you just downloaded  
$ git log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
Chris Nzoka-okoye

Jawaban yang mirip dengan “Sejarah git”

Pertanyaan yang mirip dengan “Sejarah git”

Lebih banyak jawaban terkait untuk “Sejarah git” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya