sync downloaded git repository with bitbucket -
i have large repository on bit bucket (1gb+). when try clone repository connection breaks between 80% 95%. since git not have resume option, have start scratch each time.
i have tried cloning repository 8-10 times , each time connection broke. able download repository in .zip format bitbucket.
i have repository on local machine unable sync remote repository (bitbucket). .zip repository not have hidden .git folder , therefore had initialize git
following have done
- git init
- git remote add origin
- git add .
can me in figuring out how push changes remote repository , pull recent commits?
Comments
Post a Comment