Many thanks for sorting this out - it'll be great to keep up with your AI changes as the underlying code evolves.
Just in case anyone else is reading, APW stopped by IRC to get the fix: the difference between Push and Commit is that commits in git are only local in effect - they have no impact anywhere outside the PC you're working on until you push them somewhere. This contrasts with other VCS like svn where a 'commit' includes the push concept.
Just in case anyone else is reading, APW stopped by IRC to get the fix: the difference between Push and Commit is that commits in git are only local in effect - they have no impact anywhere outside the PC you're working on until you push them somewhere. This contrasts with other VCS like svn where a 'commit' includes the push concept.
Comment