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 1 year has passed since last update.

すごく基本的な事でつまづいた話(GitHub Desktopの話)

Last updated at Posted at 2023-06-17

今日から出来る限り学習した内容を記事にしていこうと思います。
特に意味はありません。
私が書くのが好きな人間なのでこの様な事をしています。

さて、早速ですが、GitHubDesktopをダウンロードして使っていたのですが
Public Repositryボタンに気づかずに、変更したファイルの内容がアップロードされないという問題が発生しました。

凄くアホな話ですが、


On branch main
Untracked files:
(use "git add ..." to include in what will be committed)
行省略
nothing added to commit but untracke files present ( use "git add" to track)

こういうメッセージが出たとき、一生懸命gitの取得に奔走しましたが

20230617gitへのコミット.jpg

そもそも、右上の「Publish repository」をクリックしたあと、commitをクリックして、また右上に出てくる「Push origin」を押しておけば良かったって落ちでした。

私と同じ様な間違いをした人向けにこの記事を残します。

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?