filmov
tv
Git #4 - diff, log, amend (with tips)

Показать описание
In this video we'll continue with Git and cover differences between commits, log options and change a previous commit with amend.
#git
Used commands in the video:
git diff [commit ID]
git commit --amend
git commit --amend -m "second change"
git log --oneline
git log -i --name-only --pretty=format:'\''%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s'\' --date=short
git log -n 4 -i --stat --grep [search string]
#git
Used commands in the video:
git diff [commit ID]
git commit --amend
git commit --amend -m "second change"
git log --oneline
git log -i --name-only --pretty=format:'\''%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s'\' --date=short
git log -n 4 -i --stat --grep [search string]