2018年6月8日 星期五

Git: Add or commit all modified without untracked files

Stage only the modified and deleted files.
git add -u

Commit only the modified and deleted files.
git commit -a

沒有留言:

張貼留言