#! /usr/bin/env bash # # usage: # enter repo description into .git/description and run: # git set-desc # # script written by Akshay and seen on # remote=$(git remote get-url --push origin) scp .git/description "$remote/description"