Skip to content

Gclone #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 10, 2025
Merged

Gclone #1

merged 5 commits into from
May 10, 2025

Conversation

user-cube
Copy link
Owner

Core Features

Profile System

  • Create unlimited profiles for different contexts (personal, work, client projects)
  • Each profile can have its own:
    • SSH host configuration
    • Git user settings (name, email)
    • Custom Git configurations
    • URL patterns for automatic detection

Git Operations

  • Clone repositories with the correct identity automatically applied
  • Transforms repository URLs to use profile-specific SSH hosts
  • Applies Git configurations to newly cloned repositories
  • Supports common Git clone parameters (depth, branch, etc.)

SSH Management

  • ssh-config command automates SSH configuration setup
  • Creates a dedicated config file for GClone SSH settings
  • Integrates with your main SSH config through Include directives
  • Guides you through SSH key creation and setup

Command Suite

  • init - Create default configuration and profiles
  • profile - Manage profiles (add, remove, list)
  • clone - Clone repositories with profile awareness
  • config - Display current configuration
  • ssh-config - Manage SSH configurations
  • version - Display version information

gclone-demo

@user-cube user-cube self-assigned this May 10, 2025
@user-cube user-cube merged commit ae6e990 into main May 10, 2025
1 check passed
@user-cube user-cube deleted the gclone branch May 10, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant