Git commit

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 같이 보기[ | ]