Discover Packages
github.com/urvil38/git-push
command
module
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Jan 31, 2018
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
Git- Push
If you want to build git-push right away ,you need a working Go environment .
$ go get github.com/urvil38/git-push
$ go install
$ go build
Downloads
Linux and Macos:
For Linux and macos user you download git-push with curl:
Linux:
$ curl -LO https://storage.googleapis.com/git-push/v0.1/linux/git-push
MacOs:
$ curl -LO https://storage.googleapis.com/git-push/v0.1/darwin/git-push
Make binary executable :
$ chmod +x ./git-push
move binary file to bin directory :
Typically these commands must be run as root or through sudo.
$ mv git-push /usr/local/bin
Windows:
You can download this binary from this url using your browser:
Go to this URL for download git-push:
https://storage.googleapis.com/git-push/v0.1/windows/git-push.exe
Prerequisite:
You need to set HOME environment varible where git-push store it's configuration:
For linux and macos:
Typically these environment variable is already set most of the time.You can confirm this using following command:
$ echo $HOME
If it's return nothing then set HOME environment varible by following command:
$ export $HOME=/path/to/home/where/git-push/can/store/credentials
For windows:
you must set the HOME environment variable to your chosen path(I suggest c:\git-push)
Under Windows, you may set environment variables through the "Environment Variables"
button on the "Advanced" tab of the "System" control panel. Some versions of Windows
provide this control panel through the "Advanced System Settings" option inside
the "System" control panel.
You also need git install on your machine.If you don't have download from here
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.