스프링

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$ ls -al

total 44

drwxr-xr-x 1 choi 197121    0 8월   3 19:03 ./

drwxr-xr-x 1 choi 197121    0 8월   2 21:12 ../

-rw-r--r-- 1 choi 197121 1226 8월   2 21:13 .classpath

drwxr-xr-x 1 choi 197121    0 8월   3 19:03 .git/

drwxr-xr-x 1 choi 197121    0 8월   2 21:12 .mvn/

-rw-r--r-- 1 choi 197121  983 8월   2 21:13 .project

drwxr-xr-x 1 choi 197121    0 8월   2 21:13 .settings/

-rwxr-xr-x 1 choi 197121 6468 8월   2 21:12 mvnw*

-rw-r--r-- 1 choi 197121 4994 8월   2 21:12 mvnw.cmd

-rw-r--r-- 1 choi 197121 1571 8월   2 21:12 pom.xml

drwxr-xr-x 1 choi 197121    0 8월   2 21:12 src/

drwxr-xr-x 1 choi 197121    0 8월   2 21:13 target/

 

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$ git add README.md

fatal: pathspec 'README.md' did not match any files

 

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$ ls

mvnw*  mvnw.cmd  pom.xml  src/  target/

 

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$ git remote add origin https://github.com/braverokmc79/my-slipp-terminal.git

 

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$ git push -u origin master

Username for 'https://github.com': braverokmc79

Counting objects: 46, done.

Delta compression using up to 2 threads.

Compressing objects: 100% (33/33), done.

Writing objects: 100% (46/46), 49.58 KiB | 0 bytes/s, done.

Total 46 (delta 0), reused 0 (delta 0)

To https://github.com/braverokmc79/my-slipp-terminal.git

 * [new branch]      master -> master

Branch master set up to track remote branch master from origin.

 

choi@choi-PC MINGW64 /g/dev/my-slipp-terminal (master)

$

# git --version

git version 2.8.3

 

 

# git config --global user.name "braverokmc79"

 

 

# git config --global user.email "braverokmc79@gmail.com"

 

 

# git init

 

# git status

 

# git add.

 

 

 

 

about author

PHRASE

Level 60  머나먼나라

군자는 어떤 일이나 처음 시작할 때에 심사숙고하여 뒷날의 분쟁을 초래할 가능성이 있는 원인을 만들지 않도록 한다. -역경

댓글 ( 9)

댓글 남기기

작성