0.3.2 • Published 8 years ago

sgit v0.3.2

Weekly downloads
8
License
ISC
Repository
github
Last release
8 years ago

sgit

Simpler and shorter git syntax with questions

clone module

sgit clone rascada/sgit # git clone https://github.com/rascada/sgit.git

 Cloned rascada/sgit as sgit successfully
sgit clone

? user / organization: (rascada)
? repo: sgit

 Cloned rascada/sgit as sgit successfully

prompt

sgit also can ask for all information with prompt option:

# (text in parentheses) is proposed by sgit
sgit clone -p # --prompt

? host: (github)
? user / organization: (rascada)
? repo: sgit
? folder name: (sgit)

 Cloned rascada/sgit as sgit successfully

or

sgit clone rascada/sgit -p

? host: (github)
? user / organization: (rascada)
? repo: (sgit)
? folder name: (sgit)

 Cloned rascada/sgit as sgit successfully

hosts

available hosts

  • github (default)
  • bitbucket
  • gitlab
sgit clone bitbucket rascada/sgit -p # or sgit clone bitbucket

? host: (bitbucket)
? user / organization: (rascada)
? repo: (sgit)
? folder name: (sgit)

 Error: Request failed with status code: 404 # sgit repo is only on github
0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago