Skip to content

ashutoshkumar6/sandbox-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Sandbox-2020

A repo to play around with Git and Github.

Participants

  1. Shivam Yadav

Directions

  1. Fork this repo
  2. Clone it on your machine and cd in to it's directory
git clone https://github.com/iet-oss/sandbox-2020.git
cd sandbox-2020
  1. Create a new branch
git branch <new-branch-name>
git checkout <new-branch-name>
  1. Add your name to the participants list
  2. Stage the changes and commit them
git add .
git commit -m "<Commit Message>"
  1. Push the changes to your forked repo
git push origin <new-branch-name>
  1. On github, open a pull request(PR) to this repo

About

A repo to play around with git and github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published