git - Github - using someone elses repository -


i'm busy project uses libraries

git clone http://github.com/adafruit/adafruit-raspberry-pi-python-code.git 

i've downloaded above code , put in code , want post code on github.

i want make sure latest code adafruit used there way can put link in code adafruit pulls latest version.

ive done reading on git , think might called fork? when putting code put adafruit code in repository, or there can put link in original?

unless you're contributor project, won't able push directly repository.

in case general usecase fork project (i.e. create copy under name) , work on that. can create pull-request ask them pull specific changes repository.

this github article explains process , tells how keep fork up-to-date (if don't special, it's snapshot).


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -