Skip to content

OGEmanuel/team-frontend-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Begin by FORKING THE REPO

  1. clone repo
  2. type in "git pull origin master" in your terminal (to make sure the code you're working with is up to date)

You need to remember to install dependencies using "npm install" command before you continue

  1. create a new branch with "git checkout -b [branch-name]"
  2. make your desired changes
  3. add changes to staging area with "git add ." command
  4. commit changes with "git commit -m [message-typically-what-you're-about-to-add]

Please ensure that you're neither working in the master branch nor pushing into the master branch

  1. git push origin [name-of-new-branch]
  2. go to original repo page
  3. click on "new pull request" button
  4. click on "create pull request" button

Please, do ensure to make at least one pull request in a day, thank you!

About

Dev Career team project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •