From the course: Git Essential Training

Unlock the full course today

Join today to access over 23,200 courses taught by industry experts.

Challenge: Push your first code

Challenge: Push your first code

From the course: Git Essential Training

Challenge: Push your first code

- So we have learned a lot about Git so far. I think it's a great time for our first challenge. (cheerful music) You are going to push your first code to Git. To do that, you're first going to create a remote repository and initialize it with a readme. After that, you will clone it to your local environment. You're going to add a file called firstpush.txt. Don't forget, you need to add it to the staging area and then commit it locally. After that, you'll push the file to the remote repository.

Contents