Skip to content

lebalz/git2go

Repository files navigation

Git2Go

Git2Go

Install the extension from the Marketplace.

Git2go installs Git to your windows or osx computer. A package manager is used for the installation (Chocolatey on windows, Homebrew on osx).

The git installation is configured with name and email and if not present new ssh keys are generated.

Commands

  • Git2Go: Install installs git and configures git on your computer.
  • Git2Go: Configure (Re)configures git.
  • Git2Go: Copy public ssh key copy the public key to the clipboard

GitHub

Develop

This project contains git submodules. To get started, run

git clone git@github.com:lebalz/git2go.git
git submodule init
git submodule update

To install the node modules, run

yarn install

To fetch changes from the submodules, run

git submodule update --remote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published