Skip to main content

Section 6.2 Collaboration Editing With Git

As before, the title is a little misleading. Git does not offer editing features, but, once again, it does keep track of your edits and commits for version control.
This section will be very short. All you need to do is open secret.txt and type one line of whatever you want (G-rated of course). Literally could be anything. Just something random. Maybe the following will inspire you:
  • “Tick tock” went the tick tock croc.
  • Have you ever tried ham and peanut butter?
  • The jalapeño, who was too hot, walked into the ocean to cool off and was eaten by a shark who became the first creature to breath fire underwater.
  • I recently tripped up the stairs.
Whatever you choose, try to stick to one or two lines. When you are done, save the file (which will tell Git that there are active changes) and move on. The next steps are similar, but not exactly the same as those in Section 4.3.