Monday 15 June 2015

branch - Pushed to git bare repo and I can't pull changes from other machines -



branch - Pushed to git bare repo and I can't pull changes from other machines -

i have git repo on dropbox,

i using ubuntu,

i have project i've cloned via

git clone blablabla/dropbox/blablabla.git

and i've pushed 500 times can pull machine first 400

also blablabla/dropbox/blablabla.git file smaller local

/var/www/blablabla/.git

so guess files aren pushed , seems when i've cloned

blablabla/dropbox/blablabla.git

from machine

so how can force on first machine can pull second

i have branches

plus git force dropbox shows up date

help?

i think can set

/var/www/blablabla/.git

on dropbox , clone have did wrong on first machine plus want able force makes changes, worked time before (i have changes lastly 100 commits lost)

my blablabla/dropbox/blablabla.git file smaller local /var/www/blablabla/.git

of course: first 1 bare repo (for want force it). sec 1 non-bare repo, working tree above it. can include more unpacked elements in it.

using git dropbox dangerous:

"git dropbox issues" "dropbox: utilize bundles" (as in here) "backup local git repository"

yes, cannot force bundle, can create incremental bundle exchange latest commits (i mention scripts in answer).

regarding missing commits, , git force dropbox showing "up date", check on valid branch (git branch), , not in detached head.

git branch dropbox git-bare

No comments:

Post a Comment