Giter VIP home page Giter VIP logo

az-git-repo's Introduction

Collaborative Project Submission via GitHub

Objective: In this task, students are required to contribute to a collaborative project hosted on GitHub. The objective is to familiarize students with the version control system Git, and the GitHub platform, while also fostering collaborative project contributions.

Instructions:

  1. Forking the Repository:

    • Visit the repository URL: https://github.com/prabaljainn/az-git-repo
    • Click on the 'Fork' button located at the top-right corner of the page. This will create a copy of the repository under your GitHub account.
  2. Cloning Your Forked Repository:

    • Clone the forked repository to your local machine by copying the URL of your fork (found on your GitHub account) and running the following command in your terminal:
      git clone <URL-of-your-fork>
      
  3. Creating a New Folder:

    • Navigate to the repository directory on your local machine.
    • Create a new folder named in the format yourName_college.
      mkdir yourName_college
      
  4. Adding Your Work:

    • Place some files or your work in the yourName_college folder.
    • It could be code files, documentation, or any other relevant work.
  5. Creating a Pull Request (PR):

    • Stage your changes by running:
      git add .
      
    • Commit your changes with a meaningful commit message:
      git commit -m "Added my work in yourName_college folder"
      
    • Push your changes to your forked repository on GitHub:
      git push origin master
      
    • Go to the original repository https://github.com/prabaljainn/az-git-repo on GitHub, navigate to the 'Pull requests' tab, and click on 'New pull request'.
    • Compare changes, ensuring that the base repository is prabaljainn/az-git-repo and the head repository is your fork, then create a new pull request.

Resources:

  • For a quick reference to Git commands, refer to the GitHub Git Cheat Sheet.

  • After practicing Git commands in the terminal, enhance your experience with Git in Visual Studio Code by using the following extensions:

    1. Git Graph to visualize branches and commits.
    2. GitLens to supercharge Git capabilities within VS Code.

Evaluation: Your submission will be evaluated based on the following criteria:

  • Adherence to instructions.
  • Quality and relevance of the submitted work.
  • Proper use of Git and GitHub features.
  • Clear and descriptive commit messages.

Note: Ensure to practice using Git in the terminal before transitioning to using the VS Code Git extensions.

az-git-repo's People

Contributors

ankitshaw1131 avatar prabaljainn avatar mayank-raj3 avatar chrome1234567 avatar amankp12 avatar ma-husain avatar sumitsinghair avatar vivekgupta98 avatar omnarayansharma777 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.