Open jungheejung opened 9 months ago
@yarikoptic I'd like to work on this item on Friday. Probably something I'm not forgetting, but can't seem to debug at the moment. Thanks in advance!
git remote add --fetch rolando-exchange heejung@rolando.cns.dartmouth.edu:/inbox/BIDS/Wager/Wager/1076_spacetop.git
and then push to rolando-exchange
not rolando
did you draw that figure we sketched up? here is a possible sketch you can improve further using mermaid and https://mermaid.live/edit or alike
flowchart TD
ORIGIN[1076_spacetop]-->|heejung\nremote=rolando|DISCOVERY
DISCOVERY-->|heejung\nremote=rolando-exchange| EXCHANGE
subgraph rolando
EXCHANGE[1076_spacetop.git]-->|yarik| ORIGIN
end
subgraph discovery
DISCOVERY[.../dartmouth]
DISCOVERY-FMRIPREP[.../fmriprep]
end
subgraph laptop
ORIGIN-->|heejung\nremote=origin|laptop-clone-name
laptop-clone-name-->|heejung\nremote=rolando-exchange| EXCHANGE
laptop-clone-name-->|heejung\nadds events| laptop-clone-name
end
subgraph JHU
DISCOVERY-->|patrick| jhu-clone
jhu-clone-->|used-for| JHU-FMRIPREP[.../fmriprep]
JHU-FMRIPREP-->|patrick| DISCOVERY-FMRIPREP
end
tune to your liking -- give better names etc.
Which module is this from?
datalad and git
What is the issue?
Can't push to rolando
What was your expected behavior?
being able to remove/commit/push the dups to rolando
How can we reproduce this?
Any additional context?