LoginSignup
1
0

More than 5 years have passed since last update.

Gitコマンド超基礎的な2つ

Posted at

git status

現在、ステージされているものを確認するコマンド。
やらないとコミットできないわけではないが、
はじめのうちは、勉強になるのでコミットする前にやると良い。

git commit -m "任意のコメント"  

mは、メッセージのm。

初めての投稿で、練習をかねて簡潔に書いてみました。

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