Pushing Changes¶
Use git push -u origin master
to push our changes to GitLab, ensuring that we've saved our work and we're not just keeping it local.
Note
We add -u origin master
to the git push
above because it's the first time we're pushing to this remote repository, we have to configure the default remote source to use.