generated from LengKundee/UA6-9V_VL6-N9
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
# Contents
|
|
|
|
This guide book provides a comprehensive overview of the **Google Drive Cleanup and Dropbox to OneDrive Importer** repository.
|
|
|
|
## Guides
|
|
|
|
| Guide | Description |
|
|
|-------|-------------|
|
|
| [01_Book_Map.md](01_Book_Map.md) | Repository overview and data flow |
|
|
| [02_gdrive_cleanup_docs.md](02_gdrive_cleanup_docs.md) | Google Drive cleanup tool documentation |
|
|
| [03_dropbox_to_onedrive_docs.md](03_dropbox_to_onedrive_docs.md) | Dropbox to OneDrive migration guide |
|
|
| [04_org_copilot_agents_setup.md](04_org_copilot_agents_setup.md) | **GitHub Copilot & Jules Agents: Organization Setup** |
|
|
| [05_trading_data_file_management.md](05_trading_data_file_management.md) | Local trading logs & reports file management workflow |
|
|
| [06_oauth_setup.md](06_oauth_setup.md) | Detailed OAuth setup instructions for Google Drive and OneDrive |
|
|
| [07_quick_start.md](07_quick_start.md) | Quick reference guide for common commands |
|
|
|
|
## Repository Cloning Instructions
|
|
|
|
To get a local copy of this repository, you can use one of the following methods.
|
|
|
|
### HTTPS
|
|
|
|
```bash
|
|
git clone https://github.com/USERNAME/REPOSITORY.git
|
|
```
|
|
|
|
### SSH
|
|
|
|
```bash
|
|
git clone git@github.com:USERNAME/REPOSITORY.git
|
|
```
|
|
|
|
### GitHub CLI
|
|
|
|
```bash
|
|
gh repo clone USERNAME/REPOSITORY
|
|
```
|
|
---
|
|
|
|
*Note: Replace `USERNAME/REPOSITORY` with the actual username and repository name.*
|