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.
- Clone this repository:
git clone https://github.com/smazmi/git-setup cd git-setup
- Run the script:
chmod +x setup.sh ./setup.sh
- Follow the prompts to configure Git, set up SSH keys, and optionally add them to GitHub or GitLab.
- Run
ssh -T [email protected]
to verify the key is recognized and working with GitHub.com. - Run
ssh -T [email protected]
to verify the key is recognized and working with GitLab.
- Debian-based system
- Bash shell