Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

참고 #1

Open
dooyou21 opened this issue Jul 29, 2016 · 1 comment
Open

참고 #1

dooyou21 opened this issue Jul 29, 2016 · 1 comment

Comments

@dooyou21
Copy link
Owner

dooyou21 commented Jul 29, 2016

Git 시작하기

간단한 git 설명 및 기본적인 명령어 (그림 덕에 이해하기 쉬움!)

http://rogerdudler.github.io/git-guide/index.ko.html

처음에(first commit) git에 프로젝트를 push 할때 저장소를 이용하기 위한 public key가 필요함.

android studio 에서 git을 이용하는 방법 참고

http://androphil.tistory.com/584
http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial

그대로 따라하면 push 전까지는 잘 된다.
push를 하기 위해서는 프로젝트의 Setting에서 key를 등록해야 한다.

저장소 사용을 위한 public key 얻어오기

http://guides.beanstalkapp.com/version-control/git-on-windows.html

등록한 후에 android studio에서 push를 해주면 오류없이 잘 된다.

TortoiseGIT, SourceTree같은 프로그램을 이용하면 명령어 없이도 사용할 수 있는 것 같다.

linux, mac에서는 bash를 이용하는 것이 더 편하므로.. 명령어도 알아두면 좋을 것 같다.

git 명령어 연습

https://try.github.io/levels/1/challenges/3

http://rogerdudler.github.io/git-guide/index.ko.html

처음에(first commit) git에 프로젝트를 push 할때 저장소를 이용하기 위한 public key가 필요함.

android studio 에서 git을 이용하는 방법 참고

구글개발자콘솔-> 앱키 관련 설정

APIkey

keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android

OAuth

keytool -exportcert -keystore C:\Users\username.android\debug.keystore -list -v

어플 내부에서 바꿀 내용은 없음.

@dooyou21
Copy link
Owner Author

Markdown Language

issue, code를 작성할 때 편리하다. git 뿐만 아니라 stackoverflow에서도 많이 사용함

제목

작은제목

더작은제목 글씨 앞에 '#'을 하나붙이면 html의 h1태그, 두개붙이면 h2 태그의 효과를 보여준다.

#include <stdio.h>
//앞에 네 칸을 뛰면 이렇게 코드를 보기좋게 적을 수 있다
void main() {
    //좋은데? ㅋㅋㅋ꿀잼
}

//혹은 이렇게... '> '를 쓰면 블럭이 잡힌다
//Good!

외에도 이것저것 있다.

  • 불릿을
  • 이렇게 쓴다거나... 숫자로 차례를 매길 수도 있다.
    • 얘는 처음에는'* ', 그다음에는 ' * '이렇게 앞에 두개 스페이스바 띄워주면 안쪽 불릿이 된다
      • 더안쪽불릿
  1. Item 1
  2. Item 2
  3. Item 3
    • Item 3a
    • Item 3b 이렇게 숫자도 보여줄 수 있다!

더 자세한건 여기서..
https://guides.github.com/features/mastering-markdown/

덧붙여.. '참고' issue에는 이렇게 개발과 간접적인 연관이 있는 정보들을 올리면 됨. 다른 issue 가 있다면 새로운 issue를 생성하면 됨!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant