thumbnail from bluga.net

Working with remote branches « Aslak Johansen and Jan Chu @ DIKU

the most useful post I found while trying to figure out how to push and create a remote branch

Latest Updates from this link
The TTY demystified

I came across this link.

Daemonizing a process

This link explains how to create a daemon process in C within a unix environment.

Working with remote GIT branches

This page describes how to use remote branches in git, when setup in a manner similar to subversion. Creating a branch First we create an ordinary branch, called experimental-branch: git branch experimental-branch Then we push it to the server: git push origin experimental-branch Listing branches List all branches: git branch -a The one with the [...]

I'm one of the people behind Plancast.com. Our goal is to make it easy for you to share your plans. Maybe you read about us on Techcrunch or ReadWriteWeb?

My Plans: Plancast.com
My Notes: Noopsi.com
My Tweets: Twitter.com
My Code: Github.com