danjperron / burnLVP

Python code to program using the Raspberry Pi or the C.H.I.P. to program Microchip cpu like Pic12/16F and now PIC18F....
MIT License
11 stars 3 forks source link

Need to upload image file to usb2ser branch #3

Open manojmo opened 9 years ago

manojmo commented 9 years ago

hi dan,

i wanted to upload the attached image file to usb2ser branch, but could not do it thru the browser interface. Could you please do it for me when you find time ?

regards, manoj usb2ser_flipflop_pgm

danjperron commented 9 years ago

Done! in usb2ser branch

What is your OS on your computer and what are you using to get the git code?

I use my linux or my mac computer and very often my raspberry Pi for burnLVP.

But always from the console. Find it easier that way but I used the web browser for text .

From a console do a " git clone -b usb2ser https://github.com/danjperron/burnLVP.git" and you will get your branch inside the burnLVP folder. (need to be clean before).

Add or modify the files. And when you are ready just

git add . <= the dot is important git commit -m "you description of what you did" git push origin usb2ser

et voila

it is possible that you will need to set your name before doing the push

git config user.name "manojmo" and your email

git config user.email "your@email.com"

manojmo commented 9 years ago

thanks !

On Thu, Jan 15, 2015 at 7:52 PM, danjperron notifications@github.com wrote:

Done! in usb2ser branch

— Reply to this email directly or view it on GitHub https://github.com/danjperron/burnLVP/issues/3#issuecomment-70091731.