September 2015
Beginner
376 pages
10h 42m
English
You’re now halfway through your study of how to collaborate with Git. You’ve learned how to clone repositories (git clone) and how to work with remotes (git remote). In the preceding chapter, you created the environment shown in figure 13.1 on your local computer. Cloning and making remotes establishes the groundwork for the next two commands: git push and git pull.

In this chapter, you’ll learn about the git push command, the first half of the Git collaboration process (git pull is the second half, covered in the next chapter). git push is important because it’s how you share ...
Read now
Unlock full access