Anúncio

GithubWithTerminal.pptx

Software Engineer
27 de Jan de 2023
Anúncio

Mais conteúdo relacionado

Similar a GithubWithTerminal.pptx(20)

Anúncio

Último(20)

GithubWithTerminal.pptx

  1. Terminal Github diplomatic, no ego. 신현준
  2. Terminal ls pwd cd print working directory list change directory
  3. Compillation Error Runtime Error Logic Error Linking Error Parse Error Human Error Semantic Error
  4. Human Error
  5. Sequence Error
  6. Add Commit Push Routine
  7. Add Commit Push Pull
  8. Pull Push
  9. Sync
  10. Existence
  11. Algorith m
  12. Present
  13. 1. GitHub에서 프로젝트를 생성한다. 만약에, 무시하고 싶은 데이터가 있다면, .gitignore에 swift를 입력하면, 자동으로 관련 데이터는 무시가 된다.
  14. 2. Github에서 clone하기 위해 주소를 복사하고 터미널을 열고 다운로드 받고 싶은 주소로 가서 다운을 한다.
  15. 3. Xcode Project를 생성하고 보내기 루틴을 수행한다.
  16. status diff
  17. 4. Github에서 Branch를 만든다.
  18. git branch git checkout
  19. 5. Terminal에서 Branch를 Pull한다.
  20. 6. Xcode를 보면, branch가 develop으로 되어있다.
  21. 7. Xcode에 기능을 추가한다.
  22. 8. 루틴을 실행한다.
  23. 8. Compare & Pull request를 한다.
  24. 8 - 1. 내용을 작성한다.
  25. 8 - 1. 머지 방식을 결정한다.
  26. 8 - 2. 1 commit ahead of main을 클릭한다.
  27. 8. 머지를 결정한다.
  28. 추가로 알면 좋은 키워드 git stash git pull –-rebase Vim Issue로 기능 개발하기
  29. Stash
  30. Thank you
  31. A Conflict in the project file
  32. Wrong!
  33. Good
Anúncio