Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4322058
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T08:49:30+00:00 2026-05-21T08:49:30+00:00

I have hosting that give me ssh access. I created bare repository. Where I

  • 0

I have hosting that give me ssh access.

I created bare repository. Where I push before leaving work. But when I pull changes from there it is not working.

nerkn@nerkn-laptop ~/www/project $ git push
Everything up-to-date

config is:

nerkn@nerkn-laptop ~/www/project $ git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.url=ssh://user@domain.com/~/project.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin
branch.master.merge=refs/heads/master

Then home computer:

nerkn@nerkn-desktop /var/www/project $ git pull
Already up-to-date.


nerkn@nerkn-desktop /var/www/project $ git config -l
core.repositoryformatversion=0
core.filemode=true
core.bare=false
core.logallrefupdates=true
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
remote.origin.url=ssh://usre@domain.com/~/project.git
branch.master.remote=origin
branch.master.merge=refs/heads/master
gui.wmstate=normal
gui.geometry=962x330+284+384 207 192

If every thing is uptodate and already upto date then why are they different? How I can use this setup. Should I open both of them to sync, without help of my hosting ssh access?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T08:49:31+00:00Added an answer on May 21, 2026 at 8:49 am

    The config that you see when you run git config is stored locally, per repository, it is not shared between repositories (so it will not be pushed to the server, nor pulled down; it is managed entirely locally). Your config consists of settings for how to manage the repositories, which may need to be different on different machines or even different repos on the same machine, so Git doesn’t manage the contents of the repository configuration nor share it between repos.

    In order to see files being updated between the two repositories, create or edit a file within one, stage the file using git add filename, commit using git commit, and then push. When you pull from your other repository, you should see the new or updated file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a basic hosting package that gives me access to create a MySQL
i want to use google app hosting , but i have read that they
I have a linux based web hosting provider (fatcow.com) that doesn't give any command
I have a class that extends PDO to give it the ability to pull
I have a file hosting site that's using this script MFHS . I want
I have an ASP.NET app running in IIS that is hosting files all great
I have a website that i am hosting from home. I want to add
I have a web application that I am hosting, and a client of mine
We have a Web Role that we are hosting in Windows Azure that uses
I have six wcf services that I'm hosting in a windows service. Everything works

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.