Git学習のメモ
j:下に下る
k:上に上る
q:ログを終了させる
-n X(X=number):最新のcommitからX番目までのログを表示
-p:何のファイルのどこを変更したか確認
-p (file_name):そのファイルのどこを変更したかを確認
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is up to date with 'origin/master'.
#
# Changes to be committed:
# deleted: second.txt
#
# ------------------------ >8 ------------------------
# Do not modify or remove the line above.
# Everything below it will be ignored.
diff --git a/second.txt b/second.txt
deleted file mode 100644
index 3690247..0000000
--- a/second.txt
+++ /dev/null
@@ -1 +0,0 @@
-新規作成したファイル
\ No newline at end of file