01-05-2021



Whether you are a newborn or a wizened deep-ocean octopod, each user will need to open, clone, or initialize a repo in GitKraken.

Gitkraken Online

Setup

If you choose Google, GitKraken will open a new browser window. Select the Google account you wish to connect, and then GitKraken will finish the authentication. Use GitKraken to commit changes, open and review pull requests, and merge changes. You're an expert. Become a GitKraken Ambassador! Want to earn awesome swag while sharing the love? Read below: The Get Crackin’ with Git using GitKraken workshop requires you (the organizer) and all participants to create GitKraken accounts. GitKraken End User License Agreement. IMPORTANT – READ CAREFULLY: This End User License Agreement (“EULA”) is a legal agreement between you (either an individual or a single entity) and Axosoft LLC for any software and documentation that accompany this EULA. BY CLICKING “I AGREE,” INSTALLING OR OTHERWISE USING THE SOFTWARE, YOU AGREE.

The essential setup process includes:

Gitkraken Online
  1. Installing GitKraken
  2. Creating an account and setting up your profile

Once this is complete, you are ready for your oceanic journey!

Projects in GitKraken

There are three ways to start a Git repository when working on a project:

  1. Open - Open a local Git repository already initialized and available locally.
  2. Clone - Clone a remote Git repository already initialized.
  3. Init - Create an empty Git repository or reinitialize an existing one.

Opening an existing project

GitKraken allows you to load your existing repositories and pick up where you left off. It's also useful for visualizing past work done.

If you're coming from a Git project you already have locally, navigate to File Open Repo to get started immediately in GitKraken.

Cloning an existing project

Gitkraken Offline Crack

If your project is not on your local machine or you want a new copy, clone the project through File Clone.

This will then prompt you to open the newly copied project in GitKraken.

Initialize a new project

Starting a project in GitKraken is easy through File Init

All you need to do is fill out the fields and select for the magic to begin.

Input

  • New repository path
  • .gitignore template (optional)
  • Automatically creates a .gitignore file in your working copy.

  • License (optional)

  • On init, GitKraken will create a LICENSE file in your repository.
  • Check out the Open Source Initiative or find out more about Choosing a License.

Output

  • A new initialized Git project at the specified repository path by creating a .git folder.
  • The project is opened in GitKraken
  • An 'Initial commit' on a master branch containing a blank README.md along with a .gitignore and LICENSE.md if applicable.

Gitkraken Line Endings

GitKraken also allows initializing a repository directly to a remote Git hosting provider such as GitHub and Bitbucket.

Delete a repository

You may delete a repository by first navigating to the folder icon in the upper left corner of the GitKraken UI.

Is Gitkraken Free

Then browse through your repo list and right-click on the repository you wish to delete from your local machine.

If you are unable to delete the repository, first make sure it is closed in GitKraken and then close any other applications which may be working with files in the repository. Restart GitKraken and try the delete again.

Gitkraken Offline

Deleting the repo from within GitKraken will only delete your local copy of the repository. If you wish to delete your remote repository, you will need to perform that action directly by logging into your remote hosting service (GitHub, GitLab, etc).