Skip to content

smazmi/git-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ› ๏ธ Setup Script for Git and SSH

This Bash script automates the setup process for Git and SSH on a Debian-based system. It includes steps for configuring Git, setting up SSH keys, and optionally adding them to GitHub or GitLab.

๐Ÿš€ Usage

  1. Clone this repository:
    git clone https://github.com/smazmi/git-setup
    cd git-setup
  2. Run the script:
    chmod +x setup.sh
    ./setup.sh
  3. Follow the prompts to configure Git, set up SSH keys, and optionally add them to GitHub or GitLab.
  4. Run ssh -T [email protected] to verify the key is recognized and working with GitHub.com.
  5. Run ssh -T [email protected] to verify the key is recognized and working with GitLab.

โš™๏ธ System Requirements

  • Debian-based system
  • Bash shell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages