Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.01 KB

File metadata and controls

31 lines (27 loc) · 1.01 KB

Git_tutorial

This is a Test repository designed for teaching Git to the UPES TBD students.

Instructions:

Tasks:

  1. Raise a PR here with a file your_name.md the content of the files should be like:
   Name: Some name
   Email:email@stu.upes.ac.in
   Branch: Big Data
   Year: III year

Steps to raise the PR

  1. First fork the repository https://help.github.com/en/articles/fork-a-repo
  2. Configure git on your local computer https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
  3. Clone the fork repository locally https://git-scm.com/docs/git-clone
  4. Create a feature branch
  5. Modify the contents
  6. Stage and commit the changes https://www.atlassian.com/git/tutorials/saving-changes
  7. Push your branch to master https://stackoverflow.com/questions/2765421/how-do-i-push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too
  8. Create a Pull Request https://help.github.com/en/articles/creating-a-pull-request-from-a-fork
  9. Wait for review and Merge ;)