Git 综述

建立一个分支

ブランチの作成

$ git branch ブランチ名
ブランチを作成してチェックアウト

$ git chechout -b ブランチ名
ブランチの削除
$ git branch --delete ブランチ名

“头”是什么意思?

指的是当前分支的最新提交。
这写在.git目录中的HEAD文件中。

查看git的展示

指定したハッシュ値のコミットを表示
$ git show ハッシュ値
今いるブランチの最新コミットを表示
$ git show HEAD
最新コミットの1つ前のコミット
$ git show HEAD^
2つ前のコミット
$ git show HEAD^^

合并

$ git merge ブランチ名

当你忘记了命令时

$ git help
add コマンドの詳細を確認
$ git help add

远程存储库

リモートリポジトリを確認
$ git remote -v
广告
将在 10 秒后关闭
bannerAds