1.1.6 • Published 8 years ago
localgit v1.1.6
localgit
A CLI application to commit changes from a local folder to another
npm i -g localgitSteps
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\footoC:\Users\Example\Projects-Production\fooObs. Do not forget the quotation marks outside the directory path.(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)
Push changes! :D
C:\Users\Example\Projects-Development\foo> localgit push