Hacker News new | ask | show | jobs
by akoumjian 4999 days ago
> Why do I get prompted to enter a commit message when I'm just doing a git pull? Not sure. The only time this happens to me is when I need to fix a merge conflict. > Why do I have to explicitly add every file I want to commit each time? Why can't it just default to "everything under the current dir" like svn does? "git add ." adds everything below the current directory.