-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pullpush #3
base: master
Are you sure you want to change the base?
Pullpush #3
Conversation
cool man :) what is HN by the way. I am using git-emacs everyday life but very lazy to write doc or sth haha. thanks, I will update! |
HN - hacker news, a site well worth reading. http://news.ycombinator.com Your guided tour of git-emacs got 17 pts: http://news.ycombinator.com/item?id=1675547 |
oh I see. good y-combinator. you can find very awesome features at git-emacs, which are not documented yet. See the code. Thanks. |
Anything needed to kick some life into this? |
patrickmclaren, I'm curious, is your need for a push command that great? The reason I'm asking is that in my local repository (which admittedly I haven't pushed in a while) I've rolled back this entire piece. It's too much code for too little gain; "git-cmd push" works just fine. Not every git command has to have 30+ lines of elisp supporting it. |
1 similar comment
patrickmclaren, I'm curious, is your need for a push command that great? The reason I'm asking is that in my local repository (which admittedly I haven't pushed in a while) I've rolled back this entire piece. It's too much code for too little gain; "git-cmd push" works just fine. Not every git command has to have 30+ lines of elisp supporting it. |
Greetings,
I just started using your git-emacs after I saw the tutorial posted on HN. Great program, the only thing that I wanted which it lacked was push and pull.
I've written a rudimentary version of push and pull. They only work for fast-forwards, but that's all I really need in practice. Maybe it will be useful to you.
Chris