LoginSignup
0
0

More than 1 year has passed since last update.

gitでファイル一覧を取得する

Posted at

Gitでソースコード管理しているが、
本番のアプリケーションサーバがgitに対応しておらず、FTPを使って手動でファイルアップしなければならないプロジェクトをやっています。

デプロイ漏れがないように簡単なチェックリストを作ろうと思ったら使っているGUIソフトにファイル一覧をコピーする機能がありませんでした。
そこでコマンドを検索したら以下のQ&Aで答え書いてくれていました。

git show commit_id --name-only

下の記事そのものです。

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