Re: [git-users] ssh password reset

2013-12-13 Thread Konstantin Khomoutov
On Thu, 12 Dec 2013 19:38:31 -0800 thufir hawat.thu...@gmail.com wrote: I'm using github and when prompted for the password to the ssh keys (a pop-up window in Linux), I entered the wrong password. Now, when I try to use the keys, I get remote hung up because, presumably, it's not sending

Re: [git-users] ssh password reset

2013-12-13 Thread rubixluffy

[git-users] Re: Git newbie questions

2013-12-13 Thread Mark Mikofski
Github pages http://pages.github.com/ [1] is exactly what you want: - *easy!* - uses *Jekyll* - auto build with feedback on errorshttps://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds [3] - Jekyll and Ruby are *not* required on host *unless

[git-users] Re: Git newbie questions

2013-12-13 Thread Mark Mikofski
I should add that you do not have to use Jekyll, you can use any html, and any tool that generates html, EG: Sphinx [2] http://sphinx-doc.org/See this site for an example http://mikofski.github.io/JGit4MATLAB/ [1] The way ghpages is setup in your repository, you will want to use the subtree

Re: [git-users] Re: Git newbie questions

2013-12-13 Thread Ron K. Jeffries
Thank you. I can and will try this approach. On Dec 13, 2013 10:43 AM, Mark Mikofski bwanama...@gmail.com wrote: Github pages http://pages.github.com/ [1] is exactly what you want: - *easy!* - uses *Jekyll* - auto build with feedback on

Re: [git-users] Abridged summary of git-users@googlegroups.com - 6 Messages in 2 Topics

2013-12-13 Thread 王富一
范德萨 Fuyi | 王富一 ERP Programmer| Oceanwing E-Commerce Co.,Ltd. -- +86 18942046245 | fuyi.w...@laptopmate.us | www.oceanwing.com Changsha * Shenzhen * Beijing * Santa Clara * Tokyo On Sat, Dec 14, 2013 at 8:48 AM,

[git-users] branch from an old commit

2013-12-13 Thread THUFIR HAWAT
I'm using github, and when browsing commits I sometimes want to branch off from an old commit. There doesn't seem to be a way to do this from the github web interface, they only seem to allow branch creation from the latest master commit. The suggestion on stackoverflow is: git branch