Skip to main content

Workflow using git

Install git:

See Git installation guide.

Create a gitlab account:

To create a gitlab acount see Gitlab Sign Up. After login, add your SSH key to your gitlab account. If you don't have a ssh key, see Learn how to create a SSH key.

Create your own local repository:

Create your own local repository:

	[user@fedora ~]$ mkdir my_repo 
	[user@fedora ~]$ cd my_repo
    [user@fedora ~]$ git init