Skip to content

Instantly share code, notes, and snippets.

View jackrex's full-sized avatar
🎯
Focusing

Jackrex jackrex

🎯
Focusing
View GitHub Profile
./gradlew assembleDev -x lint --daemon --offline -info
@jackrex
jackrex / clean_branch.sh
Created December 30, 2016 04:13 — forked from StuPig/clean_branch.sh
git分支清理脚本 script to clean git remote branches
#!/bin/bash
echo '***********************************';
echo '*';
echo -e '*\t分支清理';
echo '*';
echo '***********************************';
echo '';
# 切到主干分支develop,更新远程分支