From the course: Programming Foundations: Version Control with Git (2020)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Putting it all together

Challenge: Putting it all together

From the course: Programming Foundations: Version Control with Git (2020)

Start my 1-month free trial

Challenge: Putting it all together

(playful music) - [Instructor] Let's practice applying the different commands we've learned about so far in a challenge. Here's what we're going to do. First step, go to Bitbucket and create a new, remote repository with a readme file. You can name the repo anything, but I'll be naming mine personal-site since it will be used for a basic personal website template. The readme file can be empty or contain content. Just make sure to include one. Then clone the repo to make a local copy. Once that's complete, add some new files into the local repository. In the course exercise files, there are template files for a basic website that you can use in the website template folder. Feel free to personalize the template files. Once you've moved the files to your local repo and finished making any modifications, add and commit all of these files to your local repo. Then update the readme file to include a description about…

Contents