Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

mistzzt/cse110-lab3

Repository files navigation

Questions to be answered
What is the difference between Git and GitHub?
What is the difference between a commit and a push?
What is the typical workflow of pulling modified files off of github, making changes and pushing the changes back to the github repository?

- Git is a version control system, while GitHub is an online service holding repositories for teamworks.

- Commits are used to push changes to local repositories, while pushing is used to upload local commits to remote repositories.

- First you want to make the local repository the same with the remote one, which is the pulling step. Then you make commits to a separate branch after modifying files. Push the branch, and then you're ready to create a new pull request.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages