I created 2 repositories.I added a file in first repository & added a remote url giving it the second repository location.In push window i selected name of added remote url(eg.C:\Users\Dimentrix\Documents\Company1) where the second repository is created.After clicking on push button does not result in any action.
So can we push files from one local repository to another local repository.
It is completely possible to push to a local folder set as a remote, but the folder needs to be a Git repository. If it is an empty folder, you need to run
git init
in it to make it a Git repository.
Did these both start as empty repositories? What is your ultimate goal for treating one local repo as the remote of another? What does the commit graph look like in the second repository after pushing from the first? What do you mean by "does not result in any action? Did the Push dialog simply close without any sort of progress dialog? Or were you expecting a specific result on the second repository that you don't see?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.