//root 권한 아닐 시, sudo
$ apt install git-core
$ apt install npm user.name "denodo1"
$ apt-get update user.email "denodo1@gmail.com"
$ apt-get update color.ui "auto"
$ mkdir /works
$ cd /works
$ git clone https://github.com/denodo1/service-mybatis.git
//생략가능
$ git remote add origin https://github.com/denodo1/service-mybatis.git
$ git add -A
$ git commit // 입력 후 엔터 치고 변경목록이 보이면 Ctrl+o 그리고 Enter 그리고 Ctrl+x 종료한다.
$ git commit -m "메세지입력"
$ git push
//end
$ cd /service-mybatis
$ git fetch origin
$ git pull
$ git status
'Server > AWS' 카테고리의 다른 글
[Node.js] ubuntu 16.04 nvm 설치 및 node version 설정 (0) | 2020.08.14 |
---|---|
[Node.js] How To Install Using a PPA (why ubuntu node version is v4) (0) | 2020.07.31 |
[Node.js] AWS install nodejs (0) | 2020.07.31 |
[AWS] How to Install MariaDB on Ubuntu 18.04 (0) | 2020.03.18 |
[AWS] 웹서비스 세션 처리 (0) | 2019.09.11 |