Skip to content
forked from Febase/FeBase

FeBase 와 함께하는 Frontend 하나씩 배워가면 늘어나는 CS지식 오퀘이!

Notifications You must be signed in to change notification settings

jinsunee/FeBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeBase - Frontend Base

프론트 엔드 개발 지식을 위한 기본을 배우는 시간! ✅

📁 Table Of Contents

ETC

JAVASCRIPT

HandBook

Contributors ✨

samslow
Hyeonseok Samuel Seo
snowjang24
SoonHoJang
nailerHeum
Seongheum Choi
alledy
Dayoung Kang
jinsunee
Jinsun Park

How to

Pull Request 이후

# 최초 1회 실행
git remote add -t [본인깃헙브랜치이름] upstream https://github.com/Febase/FeBase
git remote -v
# 아래와 같이 출력되어야 정상입니다.
origin	https://github.com/[본인깃헙아이디]/FeBase.git (fetch)
origin	https://github.com/[본인깃헙아이디]/FeBase.git (push)
upstream	https://github.com/Febase/FeBase (fetch)
upstream	https://github.com/Febase/FeBase (push)
git fetch upstream [본인깃헙브랜치이름]
git rebase upstream/[본인깃헙브랜치이름]

About

FeBase 와 함께하는 Frontend 하나씩 배워가면 늘어나는 CS지식 오퀘이!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%