0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【学習メモ】Gitの一部メモ

Posted at

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
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?