I'm a relatively new programmer and have only started using EGit a couple weeks ago for my systems programming class.
I was able to configure a repository on Github and commit/push to it from a local repo on Eclipse (it updates the repo properly), but the problem is that when I do so it pushes from the user on my Xubuntu VM rather than my Github account.
I signed in via Eclipse when prompted during the push (and my credentials were correct), but when looking at the repo on Github it comes up as the User name of my account on the Xubuntu VM.
How would I go about configuring EGit to push as my actual Github account rather than as the local user?