How to download source from git server e.g. www.github.com
This is a demonstration show you how to clone source from the github.
Step 1. download git client from the internet
you can download and setup on your computer,
for more information about Git, see http://www.git-scm.com
Step 2. After install git client on you machine,
open Delphi IDE go to menu Tools...--> Options
then click Git menu
You must config Git Executable
Sample C:\Program Files\Git\bin\git.exe
Step 3. Clone source from git server.
Go to menu File --> Open From Version Control...
Step 4. Copy git clone link from Browser
Step 5. Clone setup
- Source (URL)
- Destination folder
Step 6. Delphi try to download source from the internet.
Step 7. Select Project Group or Project to open
Step 8. Enjoy :)
you can write the Object pascal code,
Save or compile the project with you machine.
This is a demonstration show you how to clone source from the github.
Step 1. download git client from the internet
you can download and setup on your computer,
for more information about Git, see http://www.git-scm.com
Step 2. After install git client on you machine,
open Delphi IDE go to menu Tools...--> Options
then click Git menu
You must config Git Executable
Sample C:\Program Files\Git\bin\git.exe
Step 3. Clone source from git server.
Go to menu File --> Open From Version Control...
Step 4. Copy git clone link from Browser
Step 5. Clone setup
- Source (URL)
- Destination folder
Step 6. Delphi try to download source from the internet.
Step 7. Select Project Group or Project to open
Step 8. Enjoy :)
you can write the Object pascal code,
Save or compile the project with you machine.
Comments
Post a Comment