> For the complete documentation index, see [llms.txt](https://asamarsal.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asamarsal.gitbook.io/notes/personal-documentation/setting-git-di-cmd/import-dan-export-dari-link-git.md).

# Import dan Export dari link git

Ambil linknya dari github ke cmd. Contoh :&#x20;

```
git clone https://github.com/asamarsal/abcdefg
```

Lalu pada folder abcdefg, klik kanan. Kirimkan :

```
git add .
git commit -m "Update Pertama"
git push origin main
```
