Skip to content

bruinformula/mk9-data-analysis-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a starter template for Learn Next.js. Test commit.

How to push commit to main git add . git commit -m "Some message" git push

How to do work on your branch (safe place to play around code) git branch [branch name]: create a branch git branch: checks all the branches git checkout [branch name]: go to this branch

how to delete your local branch

  1. checkout to another branch (not the one you want to delete)
  2. git stash
  3. git branch -d [branch name]

git pull: pulls from the origin (the website)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published