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?

備忘録2

Posted at

gitにローカルから保存する方法

qiita.Py
cd ~/your-django-project-folder  # プロジェクトの場所に合わせて変更
git add static/css/style.css
git commit -m "Googleマップの中央配置とレスポンシブ対応を追加"
git push origin main  # ブランチ名が main の場合

このコードでコミットをして

qiita.Py
git add hospital_site/main/static/css/style.css
git commit -m "作業内容をコメント"
git push origin main

GitHubに反映させる

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?