Skip to content

bingbing-ba/git-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git tutorial M43B

zzu.li/m43b

Getting started

Git 기초를 배웁니다

  1. shell
git config --global user.name "myname"
git config --global user.email "email@email.com"
git init
git status
touch index.html
git add index.html
git commit -m "message"
git log
git remote add origin github_repo_url
git push -u origin master
  1. markdown 문서 편집기 - typora

About

learn git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages