git version 1.7.4.1
Ubuntu
Currently I am working on a project at my company. Our git repository is on our local LAN server.
I have a private repository on unfuddle.
So I have cloned my project on my work’s company and created some branches that I am currently working on.
I have a branched called i.e. work_branch.
I am wondering if I can import that work_branch into my unfuddle respository. However, I don’t want to do this if it will affect my current working copy of my git repostory at work.
So basically I just want to add to this unfuddle repository. So I can push my changes to it. As well as our LAN Server.
Many thanks for any suggestions,
From your repository on your work computer you can just push your branch called
work_branchto your unfuddle repository. First you have to set up a “remote” that refers to your unfuddle repository, e.g.:Thereafter you can push the branch to that respository with: