0.1.39 • Published 8 years ago

git-up-cli v0.1.39

Weekly downloads
123
License
-
Repository
-
Last release
8 years ago

git-up

lightweight, powerful repository hosting

Installation

Install git-up-cli via NPM:

npm i -g git-up-cli

or if NPM requires root privileges:

sudo npm i -g git-up-cli

Once installed, this will expose the git-up shell command.

Usage

When using git-up for the first time, you will be required to login with an existing account or register a new one.

Note: be sure to replace any < ... > in the commands below with your desired/actual value.

Registering a new account

git-up login <username>

This command will prompt you to register if the username entered does not exist. Registration will read your public key from ~/.ssh and generate a new user account.

Logging in

git-up login <username>

If the username does exist, then git-up will proceed to authenticate the user.

Logging out

git-up logout

Checking currently logged in user

git-up user

Creating a new repository

git-up new <repository-name>

This command, if authenticated, will generate a new repository located at gitup.io/<username>/<repository-name>, and will also generate necessary roles for you to access your new repo. Once generated, you can access your new remote repository via git@gitup.io:<username>/<repository-name>.git.

0.1.39

8 years ago

0.1.38

8 years ago

0.1.37

8 years ago

0.1.36

8 years ago

0.1.35

8 years ago

0.1.34

8 years ago

0.1.33

8 years ago

0.1.32

8 years ago

0.1.31

8 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

8 years ago

0.1.27

8 years ago

0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago