Quick list of all git repositories URLs, you have locally:
<code>
awk '/url/{print $3}' */.git/config
</code>
<code>
find . -name ".git" -type d | sed 's/\/.git//' | xargs -P42 -I% git -C % config --get remote.origin.url
</code>
Quick list of all git repositories URLs, you have locally:
<code>
awk '/url/{print $3}' */.git/config
</code>
<code>
find . -name ".git" -type d | sed 's/\/.git//' | xargs -P42 -I% git -C % config --get remote.origin.url
</code>
076萌SNS is a social network, courtesy of 076. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All 076萌SNS content and data are available under the Creative Commons Attribution 3.0 license.