User Tools

Site Tools


hosted_git_repos_-_gitea_on_sdf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
hosted_git_repos_-_gitea_on_sdf [2022/02/05 14:09] – [Migrate An Existing Repo] jquahhosted_git_repos_-_gitea_on_sdf [2022/02/10 07:37] – added more steps for new repo peteyboy
Line 27: Line 27:
   * decide if this is to be a private or public repo   * decide if this is to be a private or public repo
   * follow the instructions presented after the action chosen has been completed   * follow the instructions presented after the action chosen has been completed
 +  * on the gitea page for your new project, click the copy button on the other side of the text box that has the options [HTTP] and [SSH]. The text box has the clone address for your new project
 +  * back in SDF shell, find a place to keep your gitea projects, and in that folder enter:''git clone <URL>'' It will ask you to log in, then it will connect your local folder git with your repo. 
 +  * Put any files you make for the project in that folder, then:
 +    * add them with ''git add <file>''
 +    * commit those changes with ''git commit''
 +    * push those changes up to your repo with ''git push''
 +    * continue!
  
 ==== Migrate An Existing Repo ==== ==== Migrate An Existing Repo ====
hosted_git_repos_-_gitea_on_sdf.txt · Last modified: 2024/03/04 18:19 by peteyboy