Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 970 Bytes

Assignment-1.md

File metadata and controls

26 lines (23 loc) · 970 Bytes

Git and Github

Task 1

  • Demonstrate minimum 15 basic Git command with explanation and screenshot.
Example 
git status

image

Task 2

  • Consider that your want to start an open-source project in your organization. Perform all the standard operation to create a repository with minimal permision for all the users. It should contain.
  1. Proper open source structure
  2. Proper Readme
  3. Add 2 collaborator
  4. Host GitHub Pages using settings (Designed to host your personal, organization, or project pages from a GitHub repository)

Task 3

  1. Create a Issue in your github repository.
  2. Raise a pull request.
  3. Merge A pull request.
  4. Reject a pull request with proper comments.
  5. Add a Dependabot alerts in your github.(for above cases)
  6. Stash changes
  7. Create a release your package
  8. Setup a Projects Board for your project.