Skip to content

Instantly share code, notes, and snippets.

View SahulKola's full-sized avatar
:octocat:
Experience is the name everyone gives to their mistakes.

Sai Kumar Kola SahulKola

:octocat:
Experience is the name everyone gives to their mistakes.
View GitHub Profile
@SahulKola
SahulKola / setup.sh
Last active April 29, 2026 10:07
git-multi-ssh Setup
#!/bin/bash
set -e
echo "🚀 Installing git-multi-ssh..."
INSTALL_DIR="$HOME/.git-multi-ssh"
if [ -d "$INSTALL_DIR" ]; then
echo "🔄 Updating..."