Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A local subversioning command line tool, written for those who find git troublesome and difficult to use for simple backups and snapshots of projects.

NotificationsYou must be signed in to change notification settings

swarajsaaj/skinny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

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

Installation

###For Windows

  1. Download the winDownload folder
  2. Rename it to skinny and place it inC:</code>
  3. 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
  4. 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

  1. Download the linuxDownload folder

  2. Rename it to skinny and place it in Root folder (/)

  3. 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.

  4. 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 initThis 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp