Skip to content
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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Pullpush #3

wants to merge 6 commits into from

Conversation

stucchio
Copy link
Contributor

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

@tsgates
Copy link
Owner

tsgates commented Sep 14, 2010

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!

@stucchio
Copy link
Contributor Author

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

@tsgates
Copy link
Owner

tsgates commented Sep 14, 2010

oh I see. good y-combinator. you can find very awesome features at git-emacs, which are not documented yet. See the code. Thanks.

@patrickmclaren
Copy link

Anything needed to kick some life into this?

@ovy
Copy link
Contributor

ovy commented Jul 8, 2012

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
@ovy
Copy link
Contributor

ovy commented Jul 8, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants