- Notifications
You must be signed in to change notification settings - Fork0
swarajsaaj/skinny
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A local subversioning command line tool, written for those who find git troublesome and difficult to use for simple backups and snapshots of projects.
The name is derived form being a small tool than git (which is really muscular), but skinny provide you easy to learn four commands and only used for local source management, commit log init restore ..thats it four commands no big deal. But its power lies in its simplicity formanaging Directory and Project States by making Snaposhots using a command line.
TODO List of Upcoming features1.Add diff command to see difference2.See status of changed files3.Add Distributed pushing and pulling
If you would like to get in Development or give reviews mail me atswarajsaaj@gmail.com
###For Windows
- Download the winDownload folder
- Rename it to skinny and place it in
C:</code>
- Add this (
C:\skinny\
) to your system Variables1.To do this runsysdm.cpl
(without quotes) from your Start Button Search Box2.Go to Advanced Tab3.Go to Environment Variables4.In System Variables Edit the PATH5.In the end append ";C:\skinny
" (without quotes) and save - You can now use skinny using skn command in command line (cmd.exe)(or if you are an advanced user , just add skn.bat to environment variables PATH where you have placed it)
###For Linux
Download the linuxDownload folder
Rename it to skinny and place it in Root folder (/)
Add this (/skinny/
) to System Path Variables or alias it1.To make an alias use "alias skn='java -jar /skinny/skn.sh
'.2.Or add "alias skn='java -jar /skinny/skn.sh
" to your~/.bashrc file
.
You can now use skinny usingskn
command in terminal
###Usage
- skn init
To initialize a repository in the current folder or directory you are working ine.g.C:\work>skn init
This will make work folder a skn repository
- skn commit
To make the snapshot of current state (known as a commit)e.g.C:\work>skn commit "First state"
- skn restore
To restore state of working directory to a previous state with reference to a commit number (from log)e.g.C:\work>skn restore 14
- skn log
To see the log history of previously committed snapshots with date and commit numbers for reference?e.g.C:\work>skn log
- skn help
To see all this help there
About
A local subversioning command line tool, written for those who find git troublesome and difficult to use for simple backups and snapshots of projects.
Resources
Uh oh!
There was an error while loading.Please reload this page.