latest 20 messages by Arc

+ [9 years ago] Arc 5) remember why you don't use github and go back to actual productive work.
+ [9 years ago] Arc 1) you edit a file, 2) you commit and do a pull request, 3) author asks for a minor modification, 4) you make the minor modification, 5) ______
+ [9 years ago] Arc how would you do this
+ [9 years ago] Arc web gui editor, anything
+ [9 years ago] Arc ok. again. fresh checkout. how do i perform this minor fix and have that fix get into the pull request?
+ [9 years ago] Arc scroll back. my original question:
+ [9 years ago] Arc but why does amend cause this?
+ [9 years ago] Arc sorry there was a git clone or whatever after the rm -rf
+ [9 years ago] Arc ...
+ [9 years ago] Arc i rm -rf'ed the local checkout. i edited a file. i git add'ed it. i git commit --amend. i git push. i get this error.
+ [9 years ago] Arc this makes no sense at al.l
+ [9 years ago] Arc that is on a fresh checkout of my own repo which nobody else has access to
+ [9 years ago] Arc hint: See the 'Note about fast-forwards' in 'git push --help' for details.
+ [9 years ago] Arc hint: 'git pull ...') before pushing again.
+ [9 years ago] Arc hint: its remote counterpart. Integrate the remote changes (e.g.
+ [9 years ago] Arc hint: Updates were rejected because the tip of your current branch is behind
+ [9 years ago] Arc I just did attempt. I failed.
+ [9 years ago] Arc http://xkcd.com/1597/
+ [9 years ago] Arc nevermind. im pulling an XKCD again and deleting the git repo, doing a fresh checkout and trying from scratch
+ [9 years ago] Arc git rebase -i