336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
[ repo reset ]
repo forall -c git reset --hard TAG
[branch 확인 방법]
cat .git/config
[ CR 제거 명령어. ]
find ! \( -path ./.git -prune \) -type f -exec sed -i -e 's/^M//g' {} \;
find ./ -name '*.java' | xargs -n 1 sed -i 's/\r//g'
git pull
git reset --hard [commit id]
git status
git add .
git commit -m "메세지"
git commit --amend
repo upload .
[Rebase 방법]
1. base로 바꿀 permalink로 이동.
2. pull 버튼을 선택 하고, 나온 값을 복사.
3. android 소스에서 git pull 진행.
4. pull 복사한 명령어를 붙여 놓고 실행.
(Auto-merging 파일이름.. <- 나오면 Local로 permalink가 pull된다.)
5. git rebase 최신commit ID
(위 명령어를 실행하면 git에 최신 commit ID 로 rebase 한다.)
6. repo upload . 진행.
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[안드로이드] com.android.dex.DexIndexOverflowException (0) | 2015.07.17 |
---|---|
[Android Studio] error occurred during initialization of vm (6) | 2015.06.03 |
[ Android ] Custom Preference. (0) | 2013.10.04 |
정규식 표현 (0) | 2013.09.29 |
객체 File 저장 클래스 (0) | 2013.09.28 |