Talk:Server 2003

From DevchixWiki

Jump to: navigation, search

I setup git a long time ago but forgot my user settings. If you ever do, try this command:

  • git config --global -l

You can also setup your core.editor, which will allow you to enter in your comments with your favorite editor when doing commits (mine is mvim):

  • git config --global core.editor "mvim -f"