Advertisement
Guest User

Untitled

a guest
Jul 30th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. --recursive initialize submodules in the clone
  2. --recurse-submodules initialize submodules in the clone
  3. --template <template-directory>
  4. directory from which templates will be used
  5. --reference <repo> reference repository
  6. -o, --origin <name> use <name> instead of 'origin' to track upstream
  7. -b, --branch <branch>
  8. checkout <branch> instead of the remote's HEAD
  9. -u, --upload-pack <path>
  10. path to git-upload-pack on the remote
  11. --depth <depth> create a shallow clone of that depth
  12. --single-branch clone only one branch, HEAD or --branch
  13. --separate-git-dir <gitdir>
  14. separate git dir from working tree
  15. -c, --config <key=value>
  16. set config inside the new repository
  17.  
  18. [root@karl home]# service nginx stop
  19. Redirecting to /bin/systemctl stop nginx.service
  20.  
  21. [root@karl home]#
  22. [root@karl home]# # Install Let's Encrypt
  23. [root@karl home]# cd /opt/letsencrypt
  24. -bash: cd: /opt/letsencrypt: No such file or directory
  25. [root@karl home]# ./letsencrypt-auto certonly --standalone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement