# linephone-android **Repository Path**: WhatINeed/linephone-android ## Basic Information - **Project Name**: linephone-android - **Description**: linphone for android study - **Primary Language**: Java - **License**: Not specified - **Default Branch**: study - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #linephone-android #这个是学习专用的目录 # 下载linphone-android git clone git@git.oschina.net:WhatINeed/linephone-android.git 默认的是study分支 #同步其他分支 目前有bakup, master, study分支. git branch -a remotes/origin/bakup * study remotes/origin/HEAD -> origin/study remotes/origin/bakup remotes/origin/master remotes/origin/study git checkout -b remotes/origin/bakup git chekcout study // 切换分支 # git详细操作请看GIT.md