Git命令

1. git diff Shows the difference between two commits or between your current changes and the last commit. git diff commit1 commit2 2. git log Displays the list of commits made in the...

本文介绍了常用的Git命令,包括查看差异、提交记录、克隆仓库、拉取和推送更改、查看修改记录、处理合并冲突、创建新分支及使用.gitignore文件忽略特定文件。

Git命令
原文英文,约200词,阅读约需1分钟。发表于:
阅读原文