[Repo] Repo 사용법
Repo init, Repo sync. 여기까지는 아는데~ [[Q]] repo sync 후에 얼마나 바뀌었는지 어떻게 알 수 있을까? [[A]] repo diff 와 repo status repo diff : shows outstanding changes between the commit and the working tree using git diff. 즉 sync 이후의 수정 상태를 보여줌. repo status : compare the working tree to the staging agre and the most recent commit on this branch(=HEAD) in each project specified. Displays a summary line for each file whe..
TOOLS_MISC
2022. 1. 3. 20:05