forked from endymuhardin/belajarGit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
instalasi-git-windows.md: some formatting and words
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
#Instalasi Git di Windows | ||
# Instalasi Git di Windows | ||
|
||
##### Ada beberapa tools yang dapat Anda gunakan untuk menginstal Git di Windows : | ||
- Putty | ||
Ada beberapa tools yang dapat Anda gunakan untuk menginstal Git di Windows: | ||
|
||
- PuTTY | ||
- Git for Windows | ||
- TortoiseGit | ||
|
||
|
||
## Putty | ||
## PuTTY | ||
1. Instalasi | ||
2. Generate keypair | ||
3. Save private key | ||
4. Export public key dalam format OpenSSH | ||
5. Kirim public key ke admin repo | ||
|
||
## Git for Windows | ||
1. Unduh versi terakhirnya di https://github.com/git-for-windows/git/releases/ | ||
1. Unduh versi terbarunya di https://github.com/git-for-windows/git/releases/ | ||
2. Instalasi | ||
3. Jalankan | ||
|
||
## TortoiseGit | ||
1. Unduh versi terakhirnya di https://tortoisegit.org/download/ | ||
1. Unduh versi terbarunya di https://tortoisegit.org/download/ | ||
2. Instalasi | ||
3. Jalankan |