Silver Library (Archived)
Git - EP 1 본문
반응형
Intro.
After suffering harsh experience from Django airbnb project, I decided to learn Git immediately.
Present.
git log, add, commit, push
Undergoing.
These command now makes sense and I actually found that all commits are saved with no problem.
Question is, how I can let my github to appear all the upload I commited? Should I use Github desktop? Or is there some way I can directly push and let it appears on my repository?
Seems I have to think about this. How I can pull the branch I made as master to the branch: main?
Looks like I can only deal this problem on my github repository. Pull requests?
I feel I am almost reached to the solution.
Tip.
List of commands I can use are all in Git website.
'Personal DB' 카테고리의 다른 글
Git - How to use reset (back to the previous commit)? (0) | 2021.02.22 |
---|---|
Python - grammar note & example (0) | 2021.02.22 |
백엔드의 기본 시각 - 목차 (0) | 2021.02.18 |
Django - guideline & document (0) | 2021.02.10 |
Django - port redirects to other than 8000 (solved) (0) | 2021.02.10 |