Skip to content

Instantly share code, notes, and snippets.

@mikeumus
Created September 19, 2013 17:34
Show Gist options
  • Save mikeumus/6626945 to your computer and use it in GitHub Desktop.
Save mikeumus/6626945 to your computer and use it in GitHub Desktop.
docpad+prose commands
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ git pull
remote: Counting objects: 466, done.
remote: Compressing objects: 100% (204/204), done.
rRemote: Total 466 (delta 214), reused 458 (delta 210)e
Receiving objects: 92% (429/466)
Receiving objects: 100% (466/466), 132.39 KiB | 0 bytes
Resolving deltas: 100% (214/214), done.
fatal: index-pack failed
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ git pull
From https://github.com/Sun-Star-IT/sunstarit.docpad
* [new branch] gh-pages -> origin/gh-pages
* [new branch] master -> origin/master
There is no tracking information for the current branch
Please specify which branch you want to merge with.
See git-pull(1) for details
git pull <remote> <branch>
If you wish to set tracking information for this branch
git branch --set-upstream-to=origin/<branch> master
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ git pull origin master
From https://github.com/Sun-Star-IT/sunstarit.docpad
* branch master -> FETCH_HEAD
error: Untracked working tree file '.gitignore' would b
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ git pull origin master -f
From https://github.com/Sun-Star-IT/sunstarit.docpad
* branch master -> FETCH_HEAD
Already up-to-date.
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ docpad deploy-ghpages
info: Welcome to DocPad v6.52.1, local installation
info: Contribute: http://docpad.org/docs/contribute
info: Plugins: cleanurls, coffeescript, contactify, eco
ss, livereload, marked, minicms, partials, related, sty
info: Environment: static
info: Deployment to GitHub Pages starting...
info: Watching setup starting...
error: Something went wrong with the action
error: An error occured:
Error: EPERM, unlink 'c:\Users\Rob\Desktop\SunStarIT.co
acfd2f1199460e05ab2681716051333d806'
info: Watching setup
info: Force watching file for minicms.
info: Shutting down... cya next time!
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ ls
LICENSE.md README.md docpad1.coffee out
Procfile docpad.coffee node_modules package.json
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$ cd out
Rob@ROB-PC ~/Desktop/SunStarIT.com/out (master)
$ ls
404 accordion.html iconmonstrs.html.eco para
404.html atom.xml icons post
500 consult.html.eco index.html robo
500.html crossdomain.xml jobs.html.eco scri
accordion humans.txt pages styl
Rob@ROB-PC ~/Desktop/SunStarIT.com/out (master)
$ rm -rf .git/
Rob@ROB-PC ~/Desktop/SunStarIT.com/out (master)
$ cd ..
Rob@ROB-PC ~/Desktop/SunStarIT.com (master)
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment