Skip to content

TechSocOpenSource/CoolProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello

Return to the article
Let put what you've learnt into practice!

How to make a Pull Request

  1. Fork this repository
  2. Clone your forked repo to your computer
git clone <forked-link>
  1. Make some changes and commit them to your local repo, then push those changes up to your forked repository
$ git add .
$ git commit -m "<commit-message>"
$ git push origin master
  1. Make a Pull Request to request your changes are merged to this repository!

About

A really cool project that desperately needs contributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors