uday1201 / DSCProjectDummy

This is a dummy project we created to show how to collaborate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSCProjectDummy

This is a dummy project we created to show how to collaborate


Install Git

Mac

Using terminal to install git

  • Installing brew(skip if you already have it)

    • Checking for brew
      • Search for terminal (Super + Space) and open up the app
      • Enter the following to check the version brew --version
    • Enter the following into the window that pops up brew, then install /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    • Be on the look on the terminal since there are more instructions afterward
    • Resources
  • Install git using brew

    • Enter the following into the command line (terminal) window brew install git

Install Desktop App

Windows

Installation of a Bash Command Line

Install Desktop App


  • Fork this repo

    Fork Click on the Fork button and clone it into your profile

  • Clone the repo in your profile

    git clone https://github.com/<YourUsername>DSCProjectDummy.git
  • Add a file with name .txt inside folder DSCProjectDummy/

    Name
    Email
    
  • Add your changes to your local repo

    git add <YourNetId>.txt
  • Commit your changes

    git commit -m "<Your commit message>"
  • Push your changes

    git push origin master

  • Create a PR

    Open PR It will show that your repo has changes that is not in mine*

    Open PR Keep everything as it is, we are pushing the changes from main branch to main branch of my repo

    Open PR Add information about your PR

  • I will review and approve/reject or ask more details in the PR

About

This is a dummy project we created to show how to collaborate