Re: [git-users] Fixing a file in Git --- how?

2015-05-01 Thread Konstantin Khomoutov
On Fri, 1 May 2015 03:47:03 -0700 (PDT)
Birdy sssbi...@gmail.com wrote:

 I have been working with yahoo-finance 1.1.4 and it works fine with 
 Python27 but, not with Python34. I believe that I have identified the 
 changes that need to be made and would like to check if my updates
 for using it with Python34 are ok. How can I handle this via Git? [I
 apologize if this is a stupid question --- this is my first look at
 Git].

To me, it's not exactly clear what you're asking about.

The question of fixing the code and making sure it works under the
target interpreter and its libraries is completely orthogonal to Git,
and to any VCS, for that matter.

 Note, I did attempt to contact the author of this package; but,
 was unsuccessful.

This note makes question even less clear.  Do you mean that
yahoo-finance package is hosted on github and that's the reason you
want to dive into Git?  Searching for yahoo-finance on github brings
581 result so I'm not exactly sure.

If yes, then do you ask for hands-holding on setting up Git for using
with github, registering an account there, forking the source repo,
incorporating your changes and pushing them?

Or are you merely asking about how to best use Git to help you
gradually develop the changes necessary to fix the package?

Or are you asking something else?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Fixing a file in Git --- how?

2015-05-01 Thread Birdy
I have been working with yahoo-finance 1.1.4 and it works fine with 
Python27 but, not with Python34. I believe that I have identified the 
changes that need to be made and would like to check if my updates for 
using it with Python34 are ok. How can I handle this via Git? [I apologize 
if this is a stupid question --- this is my first look at Git]. Note, I did 
attempt to contact the author of this package; but, was unsuccessful. 

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.