Git is an open-source DVCS (Distributed Version Control System).

learn more… | top users | synonyms

7
votes
0answers
132 views

Bash script to clone all public repos or gists for a specified user, optionally to a directory of choice

I wrote this script as a way to backup and/or download quickly a set of repos or gists from a user. I don't have any major concerns but I'm a noob at bash scripting, and I've been scouring the ...