Skip to content

Instantly share code, notes, and snippets.

View ZedZhang's full-sized avatar

志强 ZedZhang

  • beansmile
  • Guangzhou
View GitHub Profile
@ZedZhang
ZedZhang / .gitconfig
Created October 27, 2015 07:44 — forked from robmiller/.gitconfig
Some useful Git aliases that I use every day
#
# Working with branches
#
# Get the current branch name (not so useful in itself, but used in
# other aliases)
branch-name = "!git rev-parse --abbrev-ref HEAD"
# Push the current branch to the remote "origin", and set it to track
# the upstream branch
publish = "!git push -u origin $(git branch-name)"
@ZedZhang
ZedZhang / Ionic and Pushwoosh example
Last active September 17, 2015 04:57 — forked from sean-hill/Ionic and Pushwoosh example
Pushwoosh Service for Ionic Apps
Ionic and Pushwoosh example