I have two GitHub profiles (one for work and one for personal), and sometimes I'd fork a repo on GitHub, and edit it right on GitHub to send a pull request.
But is it possible to do a git pull
inside of GitHub? Otherwise I think the state of that cloned repo is the same as when I cloned it (say, 2 weeks ago), and I'd hope to keep it updated to the current source.