Skip to content

GIT_guide_1_easy_use

Schmoozerd edited this page May 10, 2012 · 1 revision

[Git GUIDE] Easy use

This assumes you have already cloned the SD2-repository.

If not, please follow the installation instructions how to do so:

Graphical user Interfaces for Windows

Updateting

The word to look for is "Pull", both GUIs have this option.

For Command-line fans, simple right-click ScriptDev2-directory, choose "Git Bash here" and then type
$ git pull
to Update

Restoring

In case you polluted something in your working directory open the Git bash, and type
$ git reset --hard origin/master

Warning: This will remove every custom changes

Clone this wiki locally