カテゴリー:
Git BASH
閲覧数:360 配信日:2020-06-02 11:50
HEAD
今いるブランチの最新コミット
最期(最新)のコミット内容を表示する
$ git show HEAD
commit fc336b2d37550e29bb61180e984d3f5cc9ae2b3e (HEAD -> master, origin/master)
Author: GitHubユーザー名 <GitHubユーザー名@yahoo.co.jp>
Date: Mon Jun 1 07:35:46 2020 +0900
first commit
diff --git "a/\346\235\261\344\272\254\351\203\275\346\270\257\345\214\272.txt" "b/\346\235\261\344\272\254\351\203\275\346\270\257\345\214\272.txt"
new file mode 100644
index 0000000..0bcf2de
--- /dev/null
+++ "b/\346\235\261\344\272\254\351\203\275\346\270\257\345\214\272.txt"
@@ -0,0 +1 @@
+東京都港区芝浦
\ No newline at end of file
一覧表
Link
ブランチの説明
下記に掲載されている図が、一番分かりやすい
gitのfetchとpullの違いについて
git pull と git pull –rebase の違いって?図を交えて説明します!
Git用語:上流ブランチとは?
リモート追跡ブランチ・追跡ブランチ・リモートブランチの違い
・「リモートブランチ」と「リモート追跡ブランチ」について