Posts Git 명령어
Post
Cancel

Git 명령어

Git 명령어

1
2
3
4
5
6
7
8
9
10
11
$ gem
$ git status 
$ git init 
$ git log
$ git add -A 
$ git commit -m 'start'
$ git branch -m main
$ git remote add origin git@githbu.com:jkh-drtour/jkh-drtour.github.io.git
$ git remote -v
$ git push -u origin main 

This post is licensed under CC BY 4.0 by the author.
Contents