Git commit

Jmnote (토론 | 기여)님의 2022년 12월 5일 (월) 13:06 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

git commit

2 실습[ | ]

Console
Copy
root@zetawiki:~/workspace/hello# echo 'hello world' > greet.txt
root@zetawiki:~/workspace/hello# git add greet.txt 
root@zetawiki:~/workspace/hello# git commit -m 'hello world!'
[master (root-commit) b647607] hello world!
 1 file changed, 1 insertion(+)
 create mode 100644 greet.txt

3 같이 보기[ | ]