From the course: Git Essential Training

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Solution: Push your first code

Solution: Push your first code

From the course: Git Essential Training

Solution: Push your first code

(bright music) - [Instructor] If everything went smoothly, you should now have a remote repository with a file in your favorite language. To get there, you first created a new repository based on the templates. Then you opened up a code space or clone through your local environment. After that, you added your file. I've added Challenge01.md. You staged it with git add. You committed it with git commit, (keyboard clicks) and finally pushed it using git push. (keyboard clicks) And there we go. If you ran into any issues, don't worry. Take a moment to review the videos in this chapter. They'll help you guide through the process.

Contents