User Tools

Site Tools


computing:git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:git [2017/10/14 02:41] – removed oemb1905computing:git [2018/11/25 01:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +Establish ssh as default ...
 +
 +  git remote set-url origin <ssh://git@git.example.git
 +
 +Repos to contribute to ...
 +
 +  git clone https://github.com/zedshaw/learn-c-the-hard-way-lectures.git
 +  git clone https://gitlab.com/codetalkershc/gnuprojects.git
 +  git clone https://gitlab.com/oemb1905/glhaackyard.git
 +  git clone https://github.com/oemb1905/ghhaackyard.git
 +  git clone https://github.com/trisquelgnulinux/trisquel-packages.git
 +  git clone https://github.com/trisquelgnulinux/package-helpers.git
 +  git clone https://github.com/trisquelgnulinux/ubuntu-purge.git
 +  git clone https://github.com/trisquelgnulinux/trisquel-builder.git
 +  git clone https://github.com/PureDarwin/PureDarwin.git
 +  git clone https://github.com/openwrt/luci.git
 +  git clone https://github.com/openwrt/openwrt.git
 +  git clone https://github.com/openssl/openssl.git
 +  git clone https://github.com/GNOME/gedit.git
  
computing/git.1507948867.txt.gz · Last modified: 2018/11/25 01:33 (external edit)