
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ChatGPT にお願いして、PowerShell でGitからソースコードを取得してZip化&treeっぽいテキストファイルを作ってもらった - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
ChatGPT にお願いして、PowerShell でGitからソースコードを取得してZip化&treeっぽいテキストファイルを作ってもらった - Qiita
# Create the directory "source" New-Item -ItemType Directory -Path source # Set the working direc... # Create the directory "source" New-Item -ItemType Directory -Path source # Set the working directory to "source" Set-Location source # Clone the repository git clone https://github.com/m-radzikowski/aws-sdk-client-mock.git # Set the working directory to the repository directory Set-Location aws-sdk-client-mock # Get the Git hash $gitHash = git rev-parse --short HEAD # Get the current date $date =