Skip to content

Instantly share code, notes, and snippets.

@louisrli

louisrli/git.md Secret

Last active March 13, 2023 13:11
Show Gist options
  • Save louisrli/e2a74c33b73b95d7f9cf558887510394 to your computer and use it in GitHub Desktop.
Save louisrli/e2a74c33b73b95d7f9cf558887510394 to your computer and use it in GitHub Desktop.
July 4 Discussion Questions

Git and Github Discussion Questions

For each discussion question, please write the answer in your own words. You may also optionally comment your answers in the comment section below (if you have a Github account).

Git Questions

  1. What does version control mean?
  2. What is the purpose of Git?
  3. How would the world be different if Git and version control did not exist?
  4. What is a branch in Git?

Github Questions

  1. What is a pull request?
  2. What is the difference between Github and Git?
  3. What does it mean to fork something on Github? Does the concept of "fork" exist on both Github and Git, or only one of them?
@YamanSammani
Copy link

Zeynep, Gizem, Yaman
GIT
1- it's like a milestone for your code. to keep track of the changes.
2- Git is a version control tool that helps you manage your codes
3- Awful!
4- it's a tool to test something within your project, by keeping the initial version.

GITHube:

1-

@cerenss
Copy link

cerenss commented Mar 7, 2023

Ceren Bilal Wasim Tolgahan Ayman

  1. track progress and save changes

  2. git -- version control, easy to collaborate, to backup, checkpoints like in a video game

  3. hard and messy

  4. tree branch like a separate work room

  5. getting the clone of the project

  6. git version control system github is server

  7. only on the github create your own copy online remote
    4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment