ncast.io |
ncast is a video streaming platform design to make video channel out of web sites.
http://ncast.io/
A Small Personal Weblog documenting my Hacks, Opinions, Gripes, Random Drunken student antics and bad spelling.
ncast.io |
for branch in `git branch -a | grep remotes | grep -v HEAD | grep -v master `; do
git branch --track ${branch#remotes/origin/} $branch
done
nano ~/.bashrc2) Put this at the bottom of the file
subl() {
local cmd="'$(cygpath 'D:\Documents\Sublime Text 2.0.1\sublime_text.exe')'"
if [[ $@ ]]; then
cmd=$cmd' "'$(cygpath --windows "$@" | sed ':a;N;$!ba;s/\n/" "/g')'"'
fi
eval $cmd
}
3) Then re compile bashrc
source ~/.bashrc
OR
. ~/.bashrc