Skip to content

Dmytro-Bonislavskyi/git_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Git Assignment -

Git Assignment -

a. What is an issue?
- Issues are used to track todos, bugs, feature requests, and more. 

b. What is a pull request?
- Pull requests help you collaborate on code with other people.

c. How do I open up a pull request?
- To open up a pull request, go to the repository on GitHub, click on the "Pull Requests" tab, then click the "New pull request" button, select the branches you want to merge, and follow the prompts to create the pull request.

d. Give me a step by step guide on how to add someone to your repository.
- In the repository on GitHub, click on "Settings", then "Manage access", and finally, click on "Invite a collaborator".

e. What is the difference between git and GitHub?
- Git is a version control system for tracking changes in files. GitHub is one of a web-based platforms built around Git that provides hosting and collaboration features.

f. What does git diff do?
- Compare: Changes between commits, changes between branches, specific file changes.

g. What is the main branch?
- Typically the primary branch in a Git repository (main when created in github or master when initiated locally)

h. Besides our initial commit if it is a new repository, should we directly push our changes directly into the main branch?
-   In team projects better go through pull request/ review process. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published