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
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
-
-
-
-
-
-
Set up a remote repository2m 31s
-
(Locked)
Fork the course repository1m 13s
-
(Locked)
Clone the remote repository2m 30s
-
(Locked)
Create a file and stage it2m 19s
-
(Locked)
Commit a file1m 18s
-
(Locked)
Push the file to the remote repository55s
-
(Locked)
Pull changes from the remote repository1m 37s
-
(Locked)
Initialize a repository locally and sync it3m 19s
-
(Locked)
Challenge: Push your first code42s
-
(Locked)
Solution: Push your first code57s
-
-
-
-