Configuration Management/Github
[Github] Why do "Developers" have to use Github?
AlexHouse
2022. 1. 3. 14:28
Why should we use the Github-? This is important thing for preserving, sharing, cooperating source.
Any project we do If I do it only alone It takes a lot of time to coding. Eventually We should use it this.
- Step one, Visit Github website and Sign up and Don't forget you should check "repository box" because we use it this for storage.
- Step two, If you finished step one, You can see this screen. And Click "create repository"
- Step three, Repository name is important. Because we're going to use the same file name, so it's easy to see, and it's good to make it a file name that you won't forget. And Create repository.
- Step four, if you got it you can see this display. And Click ".gitignore"
- Step five, Delete all of this. We'll write something else.
- Step six, If all of task you got it, You can see this display. We are done.
To be continue