Skip to content

Instantly share code, notes, and snippets.

@halitbatur
Forked from louisrli/git.md
Last active September 17, 2022 21:58
Show Gist options
  • Save halitbatur/da51b0eec2e15683123da7084043c943 to your computer and use it in GitHub Desktop.
Save halitbatur/da51b0eec2e15683123da7084043c943 to your computer and use it in GitHub Desktop.
Git and Github

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?
@bluesky1992-web
Copy link

bluesky1992-web commented Sep 17, 2022

Team members : Maryam Salah , Ali ibrahim , Alan , Ahmad Ayoubi
Q 1 : keeping the track of changes over time
Q 2 : git is a tool for source code management and projects
Q3 : collaboration with others can be hard to manage
Q4 : Allows you to work on different parts of project without impacting the main version

git hub questions

Q 1 : Propose the code changes to the remote repo
Q2: Git is a version control system that lets you manage and keep track of your source code history. GitHub is a cloud-based hosting service that lets you manage Git repositories. Source
Q3: A fork is a copy of a repository that you manage. It only exists on github and other source code hosting services like gitlab, and bitbucket. But not part of git.

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