Skip to content

Instantly share code, notes, and snippets.

View Joeycz's full-sized avatar
🎯
Focusing

Milo Joeycz

🎯
Focusing
  • weibo
  • beijing
View GitHub Profile
@Joeycz
Joeycz / #readme.md
Created July 26, 2024 06:50 — forked from inkss/#readme.md
IPV6 直播源

个人向直播源

精简了上游直播源内容,仅保留个人所需的。

一、订阅地址

TVM3U

https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
@Joeycz
Joeycz / README.md
Last active May 26, 2016 15:11
Earthquake Map
@Joeycz
Joeycz / git_toturial
Created October 27, 2015 05:46 — forked from guweigang/git_toturial
git命令大全
git init # 初始化本地git仓库(创建新仓库)
git config --global user.name "xxx" # 配置用户名
git config --global user.email "[email protected]" # 配置邮件
git config --global color.ui true # git status等命令自动着色
git config --global color.status auto
git config --global color.diff auto
git config --global color.branch auto
git config --global color.interactive auto
git config --global --unset http.proxy # remove proxy configuration on git
git clone git+ssh://[email protected]/VT.git # clone远程仓库