puppet-1
$ mkdir puppet.import $ git clone git@github.com:wanghui122725501/puppet.com.git$ mv puppet.com/* puppet
$ cd puppet
$ git status
nothing added to commit but untracked files present (use "git add" to track)
$ git add manifests/
$ git config --global user.name "wanghui"
$ git config --global user.mail "122725501@qq.com"
$ git commit -m "Importing"
$ git push -u origin master
页:
[1]