あいつの日誌β

働きながら旅しています。

2019-03-04から1日間の記事一覧

カレントディレクトリにあるファイルをあるディレクトリにまとめるために追加したディレクトリに git mv したい

Git

expo init で作成した雛形を一つのでディレクトリにまとめた時のメモです git mv -n ./!(expo) ./expo git mv ^(expo) ./destination_folder https://stackoverflow.com/questions/33002612/move-all-files-of-current-directory-into-subdirectory-and-main…