Skip to content

PeroHub/sideHustle-cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with this project

After making changes

  • git add .
  • git commit -m "my changes"

Create a temporary branch that you used to make a PR

  • git checkout -b "yourNameHere" i.e (git checkout -b peter)
  • Then push to the new created branch i.e(git push origin peter)
  • Copy the generated url and paste on your browser
  • make sure to select staging branch and click on make pull request