Skip to content

Instantly share code, notes, and snippets.

@miklb
Created August 18, 2016 06:14
Show Gist options
  • Save miklb/fcaa832c15997d2148ac60b06d434d55 to your computer and use it in GitHub Desktop.
Save miklb/fcaa832c15997d2148ac60b06d434d55 to your computer and use it in GitHub Desktop.
Switched to a new branch 'jekyll_new'
git status
# On branch jekyll_new
# Changes not staged for commit:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .cache/webmentions.yml
# modified: .cache/webmentions_sent.yml
# deleted: deploy-key.enc
#
no changes added to commit (use "git add" and/or "git commit -a")
git show-ref
d782fd42d32fc97105031547f1b050728717e5c5 refs/heads/jekyll
d782fd42d32fc97105031547f1b050728717e5c5 refs/heads/jekyll_new
d782fd42d32fc97105031547f1b050728717e5c5 refs/remotes/origin/jekyll
git add --ignore-removal .
git commit -a -m "Webmentions Travis #$TRAVIS_BUILD_NUMBER"
[jekyll_new 522bc40] Webmentions Travis #289
3 files changed, 11 insertions(+)
delete mode 100644 deploy-key.enc
git push "https://${GH_TOKEN}@${GH_REF}" origin:jekyll
error: src refspec origin does not match any.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment