Feedback

Chat Icon

Learn Git in a Day

Everything you need, nothing you don't

Put Your Code in the Cloud
45%

Bring Changes Down

In a real project, other people (or you, from another computer) might push changes to the remote. To download those changes to your local machine, you use git pull.

Let's simulate this. Go to your GitLab project page, click on calculator.py, then click EditEdit single file. Add a comment at the top of the file:

# calculator.py - A simple calculator
# Hosted on GitLab

Click Commit changes with the message "Add GitLab comment to calculator".

Now, back in your terminal, your local copy is behind. Pull the changes:

Learn Git in a Day

Everything you need, nothing you don't

Enroll now to unlock all content and receive all future updates for free.

Unlock now  $9.99$7.49

Hurry! This limited time offer ends in:

To redeem this offer, copy the coupon code below and apply it at checkout:

Learn More