Archives

Posts Tagged ‘Git’

I work in branch master and there are some changes uncommited. Now I have some ideas and want to try it *without* effecting the branch master. I first create a branch test and then checkout to branch test.

kill-bill:/home/root/sdc/qemu/qemu-omap/svn# git branch test

kill-bill:/home/root/sdc/qemu/qemu-omap/svn# git checkout test

Switched to branch "test"

kill-bill:/home/root/sdc/qemu/qemu-omap/svn# git branch

master

*test

And then I work in branch [...]

Dec 12th, 2008 | Filed under Git