Git commit

1 개요[ | ]

git commit

2 실습[ | ]

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

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}