use git repository on mac

Igor

I am novice using Git repository and I have some questions. I have downloaded git to Mac and I have done a commit of one of my projects. This commit is locally in my computer? How can I access to this repository from other computer or is there some tool to make a repository in a server that only I can access. Thank you so much.

VonC

This commit is locally in my computer?

Yes. You would need to push it to a bare repo in order for said commit to be visible by anyone having access to that remote repo.

The simplest way to have said access is through a shared folder.

Otherwise, for remote repo managed by a server, you would need a listener in order to allow other users to clone your remote repo (or for you to push to it).
That listener can be a git daemon, ssh or https. See Git Protocols for more.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Git: convert repository to use --reference

From Dev

Git: convert repository to use --reference

From Dev

Mac OS X - Git repository at user home

From Dev

Is it possible to use Windows VisualSVN repository with a MAC Client

From Dev

fatal: Not a git repository (or any of the parent directories): .git in Mac OS

From Dev

Is there a way to use private git repository with Berkshelf

From Dev

Is it OK to use `git push` to restore a remote repository?

From Dev

How to use a Git repository as an exploded war?

From Dev

Use a git repository on /var/www/html/

From Dev

How to use git annex on an existing repository?

From Dev

Can I use git-svn to create a Git repository from a single directory in a Subversion repository?

From Dev

Git error on GitHub for Mac asking me to use terminal to "git add"

From Dev

How to move local git repository to another machine and use it?

From Dev

How to use git with ssh on github https repository addresses?

From Dev

How to use libgit's git_repository_open in d

From Dev

Can multiple Gitlab projects use the same Git repository?

From Dev

How to configure GitLab to use external git repository on a remote server

From Dev

How can I make use of this git repository folder?

From Dev

How to use Spring Cloud Config with a Git and Vault composite environment repository?

From Dev

How to use Azure DevOps Git Repository with Azure Static Web App?

From Dev

How to move local git repository to another machine and use it?

From Dev

Clone remote git repository for local use without interfering with the remote branch

From Dev

Trying to use fabric to check out a git repository to a subdirectory

From Dev

Can multiple Gitlab projects use the same Git repository?

From Dev

How to use git with ssh on github https repository addresses?

From Dev

How can I make use of this git repository folder?

From Dev

How do I use a local SPM package without a git repository?

From Java

Can my friend use my local git repository as his remote repository?

From Dev

git hook - Not a git repository: '.git'

Related Related

  1. 1

    Git: convert repository to use --reference

  2. 2

    Git: convert repository to use --reference

  3. 3

    Mac OS X - Git repository at user home

  4. 4

    Is it possible to use Windows VisualSVN repository with a MAC Client

  5. 5

    fatal: Not a git repository (or any of the parent directories): .git in Mac OS

  6. 6

    Is there a way to use private git repository with Berkshelf

  7. 7

    Is it OK to use `git push` to restore a remote repository?

  8. 8

    How to use a Git repository as an exploded war?

  9. 9

    Use a git repository on /var/www/html/

  10. 10

    How to use git annex on an existing repository?

  11. 11

    Can I use git-svn to create a Git repository from a single directory in a Subversion repository?

  12. 12

    Git error on GitHub for Mac asking me to use terminal to "git add"

  13. 13

    How to move local git repository to another machine and use it?

  14. 14

    How to use git with ssh on github https repository addresses?

  15. 15

    How to use libgit's git_repository_open in d

  16. 16

    Can multiple Gitlab projects use the same Git repository?

  17. 17

    How to configure GitLab to use external git repository on a remote server

  18. 18

    How can I make use of this git repository folder?

  19. 19

    How to use Spring Cloud Config with a Git and Vault composite environment repository?

  20. 20

    How to use Azure DevOps Git Repository with Azure Static Web App?

  21. 21

    How to move local git repository to another machine and use it?

  22. 22

    Clone remote git repository for local use without interfering with the remote branch

  23. 23

    Trying to use fabric to check out a git repository to a subdirectory

  24. 24

    Can multiple Gitlab projects use the same Git repository?

  25. 25

    How to use git with ssh on github https repository addresses?

  26. 26

    How can I make use of this git repository folder?

  27. 27

    How do I use a local SPM package without a git repository?

  28. 28

    Can my friend use my local git repository as his remote repository?

  29. 29

    git hook - Not a git repository: '.git'

HotTag

Archive