[git-users] Re: GIT push over HTTP

2011-09-06 Thread MohanR
http://stackoverflow.com/questions/827351/push-origin-master-error-on-new-repository This was what I referred. On Sep 6, 11:28 am, MohanR wrote: > This is what seems to work through by cntlm proxy. > > GIT_SSL_NO_VERIFY=true GIT_CURL_VERBOSE=1 GIT_TRACE=2 git push > https://user:passw...@github.

[git-users] Bring back locally deleted file, leave changes in others

2011-09-06 Thread tombert
Hi all I perform some changes in several files, then I delete two files because I want to discard those changes. rm myfile1.txt rm myfile2.txt Is there a way of bringing back those files with knowing its name? I could use "git checkout ." but this would discard changes in the other files ... I'

Re: [git-users] Bring back locally deleted file, leave changes in others

2011-09-06 Thread Konstantin Khomoutov
On Tue, 6 Sep 2011 02:44:18 -0700 (PDT) tombert wrote: > I perform some changes in several files, then I delete two files > because I want to discard those changes. > > rm myfile1.txt > rm myfile2.txt > > Is there a way of bringing back those files with knowing its name? > > I could use "git c

[git-users] Re: Bring back locally deleted file, leave changes in others

2011-09-06 Thread tombert
Hi and thx for the reply, actually I'am reading the docs and investigating ... so up now there is no harm. But your solution I already knew. What I asked for was "... without knowing its name ..." and without discarding local modified files i.e. an equivalent to "cvs update". thx On Sep 6, 12:1

Re: [git-users] Re: Bring back locally deleted file, leave changes in others

2011-09-06 Thread Konstantin Khomoutov
On Tue, 6 Sep 2011 04:22:00 -0700 (PDT) tombert wrote: > > > I perform some changes in several files, then I delete two files > > > because I want to discard those changes. > > > > > rm myfile1.txt > > > rm myfile2.txt > > > > > Is there a way of bringing back those files with knowing its name? >

[git-users] Re: Bring back locally deleted file, leave changes in others

2011-09-06 Thread tombert
supa! thx! that's what I was looking for. ad top-post: I didn't found any settings to change this behaviour in my google settings. On Sep 6, 2:24 pm, Konstantin Khomoutov wrote: > On Tue, 6 Sep 2011 04:22:00 -0700 (PDT) > > > > > > > > > > tombert wrote: > > > > I perform some changes in severa

[git-users] [ANN] git-commit-notifier

2011-09-06 Thread akzhan
Hello, I glad to announce new version of git-commit-notifier, post-receive hook that sends HTML email commit messages splitting commits that were pushed in one step. Changes are highlighted per word. It's fine tool of code review for teams. Features: * Supports links to Gitorious, Gitosis, cgit

[git-users] Re: [ANN] git-commit-notifier

2011-09-06 Thread Akzhan Abdulin
Take a note that some packages required as dependencies of used nokogiri gem, so follow nokogiri installation instruction too: http://nokogiri.org/tutorials/installing_nokogiri.html 2011/9/6 akzhan > Hello, > > I glad to announce new version of git-commit-notifier, post-receive > hook that sends

[git-users] Re: Bring back locally deleted file, leave changes in others

2011-09-06 Thread tombert
On Sep 6, 3:09 pm, tombert wrote: > > P.S. > > Please don't top-post. I'll try to improve myself ;) -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from th

[git-users] Re: GIT push over HTTP

2011-09-06 Thread Daniel
The StackOverflow issue you quote is not the same as one reported in your original email. Please, pay close attention to the URI you use. If you go back to your GitHub page for that repo, while logged in, you will notice that the protocol prefix is httpS, not http. github only allows clones over