Skip to content

Coding-Club-NIT-Meghalaya/git-github-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 

Repository files navigation

Git & GitHub introduction repo 2021-22

Don't know how to contribute? Don't worry ๐Ÿ˜‰ just follow the given steps

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/your-username/git-github-intro.git
  • Create a branch
git checkout -b YourRollNumber
  • Add your info
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin YourRollNumber
  • After that you can see some changes on you forked repo
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval!๐ŸŽ‰

Name(Roll No) --- Github Username --- Batch --- E-mail

About

Git & GitHub introduction repo 2021-22

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published