fetch="/root/test/s" />
root@ubuntu:~/test/s/manifest# git init
root@ubuntu:~/test/s/manifest#git add default.xml
root@ubuntu:~/test/s/manifest# git commit -m "add default.xml"
[master (root-commit) 89a8b38] add default.xml
1 file changed, 8 insertions(+)
create mode 100755 default.xml
针对binoic和bootable裸仓库增加内容
cd /path/to/tmp/1
root@ubuntu:/path/to/tmp/1#git clone /root/test/s/binoic.git/
Cloning into 'binoic'...
warning: You appear to have cloned an empty repository.
done.
root@ubuntu:/path/to/tmp/1# ls
binoic
root@ubuntu:/path/to/tmp/1# cd binoic/
root@ubuntu:/path/to/tmp/1/binoic# touch 1.txt
root@ubuntu:/path/to/tmp/1/binoic# git add 1.txt
root@ubuntu:/path/to/tmp/1/binoic# git commit -m "add 1.txt"
[m