상세 컨텐츠

본문 제목

[Github] How to upload a project to Github(Windows)

IT Convergence Engineering/AI

by Soo_buglosschestnut 2020. 9. 22. 10:55

본문

How to upload a project to Github(Windows)


1. github에 가입해준다. 아래 링크를 통해서 가입해준다~

 

github.com/

 

Build software better, together

GitHub is where people build software. More than 50 million people use GitHub to discover, fork, and contribute to over 100 million projects.

github.com

 

2. Your repositories Click!

 

 

3. New를 Click!

 

 

 

 

 

 

4. Repository의 name을 정해준 뒤, 파란색 펜 부분은 optional하게 자기가 하고 싶은데로 선택해주면 된다. 완료 되었으면, Create repository Click!

 

 

5. 이렇게 내가 원한 option데로 생성이 됐음을 확인할수 있다!

 

6. 이제 upload할 파일을 우클릭 후, Git Bash Here Click!

 

 

7. 다음과 같이 로그인을 해준다!

git config --global user.name "Your_Name"

git config --global user.emial "Your_Email"

 

8. 다음과 같이 또 적어준다!

 

# git 파일 생성
1. git init

# 선택한 프로젝트 폴더 내 모든 파일 버전 관리 
# 특정파일만 관리시 ex > git add file_name.py 형식
2. git add .

 

# Commit이란 파일 및 폴더의 추가/변경 사항들에 대해 기록을 하는 것
3. git commit -m "Your_Comment"

  • 나는 Add all my files라고 했으므로, 밑에와 같이 되었다.

 

# 자신의 Name과 Repo의 name을 적어준다.
4. git remote add origin https://github.com/Your_Name/Your_Repo_Name.git

# (생략)
5. git pull origin master

#
6. git push -u origin master

  • git push에서 오류가 뜨는데 오류가 뜨면
# pushig할때 오류 발견시
git push --force origin master

해결 완료

 

9. github에 가서 잘 upload 되었는지 확인하기~

끝~

 

참고 : 

2hyes.tistory.com/91

 

github: 깃헙에 프로젝트 올리는 법(윈도우)

github에 가입이 되어있는 상태라는 가정 하에 방법을 작성하겠다. 사실 내가 자꾸 명령어를 까먹어서 쓰는 거다..🤦🏻‍♀️ 1. Git(깃)을 설치( https://git-scm.com/downloads ) OS에 맞는 것으로 설치해��

2hyes.tistory.com

stackoverflow.com/questions/12799719/how-to-upload-a-project-to-github

 

How to upload a project to Github

After checking Upload my project to github I still have no idea how to get a project uploaded to my Git Hub repository. I'm new to GitHub and I have no idea what to do. I created a repository but i...

stackoverflow.com

* 혹시모를 참고자료

blog.dalso.org/it/git/14204

 

git push 에러 해결하기([rejected] master -> master (fetch first) error: failed to push some refs to) - 달소씨의 하루

깃을 사용중에 위와같은 오류가 나왔을때 해결방법입니다. ! [rejected] master -> master (fetch first)error: failed to push some refs to 'https://github.com/dalso~~'hint: Updates were rejected because the remote contains work that you d

blog.dalso.org

 


ⓐ github 수정파일 update하는 방법

bugloss-chestnut.tistory.com/entry/Github-How-to-upload-modified-file-to-git

 

[Github] How to upload modified file to git(Windows)

How to upload modified file to git(Windows) 1. 이 글을 쓰기 위해 section01.py 파일을 다음과 같이 수정했다~ 2. 다음과 같이 적어주고, 현재 상태를 확인한다. # 현재 project의 상태를 확인! git status..

bugloss-chestnut.tistory.com

ⓑmd image 넣기 & resize

bugloss-chestnut.tistory.com/entry/Github-READMEmd%EC%97%90-Image-%EB%84%A3%EA%B8%B0-Image-Size-%EC%A1%B0%EC%A0%88%ED%95%98%EA%B8%B0

 

[Github] README.md에 Image 넣기 & Image Size 조절하기

README.md에 Image 넣기 & Image Size 조절하기 README.md에 Image 넣기 1. issues - write에 사진 drop down 시킨 후, 주소(https://~~.jpg(.png)) 복사하기 Code 실행 화면 ↓ README.md에서 Image size..

bugloss-chestnut.tistory.com

ⓒandroid app icon 만드는방법

bugloss-chestnut.tistory.com/entry/Android-App-Icon-%EC%A0%81%EC%9A%A9%ED%95%98%EA%B8%B0

 

[Android] App Icon 적용하기

App Icon 적용하기 AI Mushroom App을 꾸며볼려고 App Icon으로 바꾸는 방법에 대해 찾아 보았다~ 위 프로젝트 한지 시간이 좀~ 흘렀지만 그래도 정리해야지~  Store에 적용되는 icon size는 512x512 이다. 그..

bugloss-chestnut.tistory.com

ⓓgit 연결 제거

bugloss-chestnut.tistory.com/entry/Github-How-to-disconnect-local-git-repo-from-remote

 

[Github] How to disconnect local git repo from remote

How to disconnect local git repo from remote bugloss-chestnut.tistory.com/entry/Github-How-to-upload-a-project-to-GithubWindows [Github] How to upload a project to Github(Windows) How to uplo..

bugloss-chestnut.tistory.com

ⓔjupyter notebook chrome으로 실행하기

bugloss-chestnut.tistory.com/entry/Jupyter-Notebook-Chrome%EC%9C%BC%EB%A1%9C-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0-%EC%8B%A4%ED%96%89-%EC%9C%84%EC%B9%98-%EC%A7%80%EC%A0%95%ED%95%98%EA%B8%B0

 

[Jupyter Notebook] Chrome으로 실행하기 & 실행 위치 지정하기

Chrome으로 실행하기 & 실행 위치 지정하기 Jupyter Notebook(Anaconda3)을 실행시키면 Internet Exploer로 실행되서 조금 불편~ ㅠㅠ 그래서 또 Chrome으로 실행하는 방법을 열심히 구글링!! 1, jupyter_note..

bugloss-chestnut.tistory.com

ⓕgit collaborators 추가 방법

bugloss-chestnut.tistory.com/entry/Github-How-to-add-Git-Collaborator

 

[Github] How to add Git Collaborator

How to add Git Collaborator How to add Git Collaborator Settings - Manage access Click! 2. Invite a collaborator Click! 3. Github ID 입력하기! → Add "Github ID" to this respository Click! 4. 확..

bugloss-chestnut.tistory.com

 

관련글 더보기