Skip to content

yuuil/alstudy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

alstudy

Git Fork ~ Pull Request

  1. Fork 를 눌러 본인의 원격 저장소에 해당 레퍼지토리 복사.
  2. bash / command 창에서 로컬 저장소로 이동.
  3. git clone https://github.com/[본인아이디]/[레퍼지토리명] -b [브랜치이름] --single-branch 명령으로 로컬 저장소에 해당 레퍼지토리 복사.
  4. 작업 후, git add [파일명 혹은 폴더명] 명령으로 존재하거나 새로운 파일 스테이징.
  5. git commit -m "메시지" 명령으로 로컬에서 원격 저장소로 커밋.
  6. git push origin [브랜치이름]
  7. 본인의 원격 저장소에서 기존의 원격 저장소로 create new pull request 수행.
  • 기존 원격 저장소의 master가 아닌 본인 브랜치인지 확인할 것!

[참고] git add/commit/push 취소하기

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published