Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Push my changes from project.git into my repository after changes

Michael Schrading
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 18, 2015

Hi.

On a local server I have a repository build with git init and outside a clone build with git init --bare project.git.

When I push my changes to this server to project.git after this I have to pull this changes from project.git to the main repository manual. I go into the project.git directory on the server and perform 

git push /path/to/the/repository/directory master:master.

How to manage this automaticaly after push my changes to project.git

 

I hope you could understand what I meant.

1 answer

0 votes
Axel Roest
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 19, 2015

Hi, 

you should probably set the remote origin of your local repository. 

You can do this with a command, similar to the following (for github):

git remote set-url origin git@github.com:USERNAME/OTHERREPOSITORY.git

for more info:

http://stackoverflow.com/questions/7259535/setting-up-a-remote-origin

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events