카테고리 없음
git gui 소스 파일 한 꺼번에 추가하기
een
2019. 11. 18. 15:19
https://stackoverflow.com/questions/1344908/how-do-i-stage-all-files-at-once-in-git-gui
- Click 'Tools'>Add...
- Name it whatever you want (I chose 'add all')
- In the 'Command' field, type git add *
- Optionally check the boxes to remove a dialog window, output window, and global configuration.
- Click the Add button in the bottom right.