1 개요[ | ]
- git commit
2 실습[ | ]
- 사전작업: git config, git init 실습
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 같이 보기[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.