SFLphone @ Linux World Expo in San Francisco, CA
My presentation of SFLphone at the Linux World Expo in San Francisco on the Ubuntu booth : [ PDF ]
My presentation of SFLphone at the Linux World Expo in San Francisco on the Ubuntu booth : [ PDF ]
$ git config --global user.name “Your Name Comes Here” $ git config –global user.email you at yourdomain.example.com
$ git clone git+ssh://sflphone_org@sflphone.org/git/sflphone.git
Edit .git/config to have :
[remote "origin"]
url = git+ssh://sflphone_org@sflphone.org/git/sflphone.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = +refs/heads/*:refs/remotes/origin/*
$ git-gui
Then “Add Existing”, “Commit” and “Push”.
Create a new branch toto :
$ git branch toto
List all branches :
$ git branch
Switch to branch toto :
$ git checkout toto
Display branches :
$ gitk
Delete branch toto :
$ git branch -d toto
Powered by WordPress