message no. 106284
Posted by dman777_alter in #github at 2015-08-05T14:28:49Z
I did git worktree add ../temp origin/foo; cd ../temp. then I edited file bar; git add bar; git commit -m "commit"; git push. But it didn't push and said nothing to commit, working directory clean. I checked on the branch in github and it doesn't have the new change