カテゴリ: git

Azure DevOps Git リポジトリを使う

☁️ Azure DevOps Git リポジトリを使う場合 方法1: ローカルで git init いずれにしても ADS で、New Repogitory でリポジトリ を作っておく npm create vite@latest <your-repo> などを実行 cd .gitignore を配置 git init npm install などを実行 1. VSCode … …