1.0.4 • Published 5 years ago

git-self-update v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

git-self-update - Get the latest version of yor code

Command line use

Reset current codebase to origin/master

$ git-self-update

Or either a tag name (v1.2.1) or a remote branch name (origin/master), but could also be a commit hash or anything else Git recognizes as a revision

$ git-self-update <target>

Use as script

{
  "scripts":{
    "update": "git-self-update"
  }
}

Installation

$ npm install git-self-update
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago