The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to have a clone of a clone of a repository?
For example,
GitLab repo >(cloned to)> Local shared folder >(cloned to)> local working folder
whereas the "local working folder" is where the user can make changes, which are then pushed to the "Local shared folder". Then, once enough changes are made, the "local shared folder" is pushed into the "GitLab repo"?
May be you want two separate remotes where one can act as your local shared repo.
You should setup two different remotes and have one of it shared with everyone and the second restricted for only those needed to push everything from remote A to remote B.
Here is a nice article on working with multiple remotes - https://mmikowski.github.io/git-cross-origin/
Here's official git documentation - https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes
You can set this up in Sourcetree using settings -> remotes in each repo.
Hello, thank you for replying.
So, the local master repository would still need a remote, right? In order for users to be able to push and pull off of it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Sourcetree users!!! With the recent removal of Bitbucket Cloud account passwords for app passwords (please see our Bitbucket Cloud community post for details on why we made this change for se...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.