Hi, No idea what I just did or why it generated so many commits. Can someone help me please?
Here's my bash history for today's hack session, in my docs branch checkout: 506 git status 507 git fetch origin 508 git merge origin docs 509 git status 801 git status 802 git add bin/Makefile.am 803 git add configure.ac 804 git add share/doc/build/Makefile.am 805 git add build-aux/sphinx-* 806 git status 807 git add .gitignore 808 git add build-aux/sphinx-* 809 git status 810 git status 811 git status 812 git add .gitignore 813 git status 814 git commit -m 'build system now gracefully handles missing doc dependencies' 815 git push 818 git pull 820 git pull 821 git pull origin docs 822 git status 823 git push docs 824 git push 825 git push origin docs What went wrong? Obviously, quite embarrassed by this. But I don't profess to understand Git. I really should get around to reading that book some time soon. Thanks, -- NS
