Skip to content

Instantly share code, notes, and snippets.

View dadarom's full-sized avatar

leo dadarom

  • VVIP
  • shanghai@China
View GitHub Profile
@fernandoaleman
fernandoaleman / clone-git-repo.txt
Last active October 20, 2023 10:37
How to clone git repo with all branches and tags
# Clone repo
git clone --mirror git@github.com/fernandoaleman/app.git app/.git
# Change into app directory
cd app
# Update git config
git config --unset core.bare
# Checkout master branch
@ericliang
ericliang / gist:5281835
Last active December 15, 2015 15:29
微博开源计划(Weibo Open Source Program)

#微博开源计划(Weibo Open Source Program)

微博工程师法则(Laws of Engineer in Weibo):

1. 工程师必须牛逼
2. 除非抵触法则1,否则不能吹牛逼
3. 除非抵触法则1和2,否则开源才牛逼

详情已更新至微博开源计划(Weibo Open Source Program)