Skip to content

optimaxdev/ta-test-uhc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Create a bare clone of the repository. (This is temporary and will be removed so just do it wherever.)

    git clone --bare [email protected]:optimaxdev/ta-test-uhc.git
  2. Create a new private repository on Github and name it ta-test-uhc.

  3. Mirror-push your bare clone to your new ta-test-uhc repository.

    Replace <your_username> with your actual GitHub username in the url below.

    cd ta-test-uhc.git
    git push --mirror [email protected]:<your_username>/ta-test-uhc.git
  4. Remove the temporary local repository you created in step 1.

    cd ..
    rm -rf ta-test-uhc.git
  5. You can now clone your ta-test-uhc repository on your machine (in my case in the code folder).

    cd ~/code
    git clone [email protected]:<your_username>/ta-test-uhc.git

    Check the current branch and switch to master if necessary

  6. Add collaborators in "Settings" => "Collaborators" page of your ta-test-uhc repository.