How to Use Git Gui - nonkit/SmallQuest GitHub Wiki

How to Use Git Gui

Most of usage are described in following TechNet Wiki article.

Account of CodePlex

You should set same e-mail and password in CodePlex and Git Gui. You can reset your e-mail and password from CodePlex as follows.

  • Click [User Name] link in the top menu of CodePlex.
  • Click [(Edit Your Profile)] link beside your user name.
  • Change your EMAIL ADDRESS or PASSWORD.

How to Pull from CodePlex to Local Git

Use Git Bash

  • Click [Git Bash] icon in Start > Apps screen.
  • Change directory to the code. e.g. "cd Documents/SmallBasic/SmallQuest"
  • Type "git pull https://git01.codeplex.com/smallquest" and hit enter.
  • Type "logout" to exit Git Bash.

See Also