Personal DB
Git - EP 1
Ayin Kim
2021. 2. 20. 10:40
반응형
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.