2021-01-01から1ヶ月間の記事一覧

Git Stash

Git

変更したファイルを退避させる: git stash untrackedファイルを含めて退避させる: git stash -u コメントを残して退避させる: git stash save 'コメント' 退避リスト一覧 git stash list 退避させたファイルを戻す: git stash apply 退避させたファイル…

Simulatorの録画

xcrun simctl io booted recordVideo ファイル名.mov