文件名称:学习Git
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-23 11:16:58
学习Git
Ravi常用命令
git log --oneline -n5
Gerrit Confluence页面
> git diff # Compare "working tree" against the last (HEAD) commit on this branch.
> git diff --cached # Compare "staged files"/"index" against the last commit on this branch.
> git diff HEAD~1 # Compare "working tree" against the last-but-one commit on this branch (also ~2, ~3, etc).
> git diff
【文件预览】:
learningGit-main
----README.md(8KB)