<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git | Jesse Russell</title>
    <link>/tags/git/</link>
      <atom:link href="/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <description>Git</description>
    <generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><copyright>© Jesse Russell 2020</copyright><lastBuildDate>Tue, 03 Mar 2020 00:00:00 +0000</lastBuildDate>
    <image>
      <url>/img/jrussellio.jpg</url>
      <title>Git</title>
      <link>/tags/git/</link>
    </image>
    
    <item>
      <title>recursive-git-clone.sh</title>
      <link>/scripts/recursive-git-clone/</link>
      <pubDate>Tue, 03 Mar 2020 00:00:00 +0000</pubDate>
      <guid>/scripts/recursive-git-clone/</guid>
      <description>&lt;p&gt;This script recursively prompts you for a git URL, cloning the repo into the current directory.&lt;/p&gt;
&lt;p&gt;Usage:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;bash &amp;lt;(curl -sSL https://jrussell.io/recursive-git-clone)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Full Script:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-sh&#34;&gt;#!/bin/bash
# Tested on Ubuntu 18.04 LTS
# This script endlessly prompts for a git URL and clones it into the current directory
while [ 1 ] ; do
read -p &amp;quot;ENTER GIT URL &amp;gt;&amp;gt; &amp;quot; NAME
git clone $NAME
done
&lt;/code&gt;&lt;/pre&gt;
</description>
    </item>
    
    <item>
      <title>GitHub Repo List</title>
      <link>/topics/github-list/</link>
      <pubDate>Sat, 25 Jan 2020 00:00:00 +0000</pubDate>
      <guid>/topics/github-list/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/OpusCapita/filemanager&#34;&gt;OpusCapita/filemanager&lt;/a&gt; - React and Node.js file manager&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/litespeedtech/ols1clk&#34;&gt;litespeedtech/ols1clk&lt;/a&gt; - One click install bash script for OpenLiteSpeed&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/nvm-sh/nvm&#34;&gt;nvm-sh/nvm&lt;/a&gt; - POSIX-compliant Node.js version manager&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lepture/github-cards&#34;&gt;lepture/github-cards&lt;/a&gt; - HTML GitHub summary card&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/sindresorhus/github-markdown-css&#34;&gt;sindresorhus/github-markdown-css&lt;/a&gt; - GitHub Markdown CSS assets&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/tsl0922/ttyd&#34;&gt;tsl0922/ttyd&lt;/a&gt; - Terminal session server&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/thedevs-network/kutt&#34;&gt;thedevs-network/kutt&lt;/a&gt; - Open source modern URL shortener&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/awesome-selfhosted/awesome-selfhosted&#34;&gt;awesome-selfhosted/awesome-selfhosted&lt;/a&gt; - List of awesome selfhosted tools&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/matt-major/do-wrapper&#34;&gt;matt-major/do-wrapper&lt;/a&gt; - DigitalOean API wrapper for Node.js&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/eclipse-theia/theia&#34;&gt;eclipse-theia/theia&lt;/a&gt; - Cloud IDE based on VS Code&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/openfaas/faas&#34;&gt;openfaas/faas&lt;/a&gt; - Self hosted serverless framework&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jiahaog/nativefier&#34;&gt;jiahaog/nativefier&lt;/a&gt; - Turn a web app into a native app&lt;/li&gt;
&lt;/ul&gt;
</description>
    </item>
    
  </channel>
</rss>
