jialiguo 发表于 2018-8-1 12:34:00

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]
查看完整版本: puppet-1