1.1.6 • Published 6 years ago

localgit v1.1.6

Weekly downloads
10
License
ISC
Repository
github
Last release
6 years ago

localgit

A CLI application to commit changes from a local folder to another

npm i -g localgit

Steps

  1. Link your current folder to the one you want to push changes

    C:\Users\Example\Projects-Development\foo> localgit link "C:\Users\Example\Projects-Production\foo"

    Now I can push changes from C:\Users\Example\Projects-Development\foo to C:\Users\Example\Projects-Production\foo Obs. Do not forget the quotation marks outside the directory path.

  2. (Optional) Create a .glignore file in the main folder and write the name of the files you want to ignore from pushing separated by line break. (same as git, but no multiple .gliginore files are allowed)

  3. Push changes! :D

    C:\Users\Example\Projects-Development\foo> localgit push
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago