Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TortoiseGit is easy to use, because it is integrated with Windows shell as well as lots of development utilities, but I won't cover about that at the moment.


To setup an environment, we need following three components:

  • Git for Windows
  • TortoiseGit Tool
  • PuTTYgen Tool


STEP 1. Install git on Windows 10

...

Download TortoiseGit at https://tortoisegit.org/download/

I will skip installation progress at the moment.


STEP 3. Install PuTTYgen

Download PuTTYgen at https://www.puttygen.com/download-putty

I will skip installation progress at the moment.


STEP 4. Create a repository on your PC

In order to manage the source code efficiently, you need to have your own location on your PC, so you can add new features, modify the legacy codes without any dependency in external sources.

...