|
[yu@argcv-com client]$ touch newfile
[yu@argcv-com client]$ git add .
[yu@argcv-com client]$ git commit -m "add new file"
[master 68efdcf] add new file
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 newfile
[yu@argcv-com client]$ git push origin
Counting objects: 4, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 384 bytes, done.
Total 3 (delta 0), reused 0 (delta 0)
remote: now path is :/home/yu/repo/test.git
remote: deploy path is :/tmp/deploy
remote: cd deploy path
remote: From /home/yu/repo/test
remote: 6627165..5ac80ec master -> origin/master
remote: Updating 6627165..5ac80ec
remote: Fast-forward
remote: newfile | 0
remote: 1 file changed, 0 insertions(+), 0 deletions(-)
remote: create mode 100644 newfile
remote: deploy done
remote: fine
To yu@localhost:repo/test.git
b3a32f2..5ac80ec master -> master
[yu@argcv-com client]$
|
|
|