0

-- updated question --

I have a repository having 1.21 GB size. So git clone isn't working for me. so, I downloaded source code zip from github.

I made some changes, and now I want to commit and push those changes to github repository.

-- updated question --

Is it possible?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Prashant Lakhlani
  • 5,758
  • 5
  • 25
  • 39

1 Answers1

0

I'm pretty sure that the only way that you can send something to a git repository is to actually have a clone with changes. You will either need to send a patch to someone, or clone the repository yourself and apply the changes.

Jarryd
  • 1,312
  • 11
  • 17