문서 | 날짜 | 사용자 | 설명 |
---|---|---|---|
2022/10/28 13:19 | 오션 | git add *(asterisk) VS git add .(period) * description : git add *(asterisk) VS git add .(period) * author : 오션 * email : shlim@repia.com * lastupdate : 2022-10-28 Fri git add *(asterisk) VS git add .(period) add * means add all files in the current directory, except for files whose name begin with a dot. This is your shell functionality and Git only ever receives a list of files. |