Skip to content

dcoles/git-made-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Made Simple

A Subversion-like wrapper for Git.

Important Note

This is currently alpha-quality code and has not had extensive testing.

There may be nasty bugs that could cause local changes to be lost.

Requirements

On Windows, Git Bash is installed by default as part of Git for Windows package.

Usage

USAGE: gms [<options>] <command> [<arg>...]
Git-Made-Simple - A Subversion like wrapper for Git

Options:
   --explain        show git commands run
   -h, --help       show help

Available commands:
   checkout      Checkout a working copy
   update        Bring changes from the repository into the working copy
   add           Put files under version control
   delete        Remove files from version control
   copy          Copy files
   move          Move (rename) a file or directory
   log           Show log messages for path
   status        Print status of working copy files
   diff          Display local changes
   revert        Restore pristine working copy state (undo local changes)
   commit        Send changes from your working copy to the repository
   switch        Switch to a new remote branch

License

Licensed under the MIT License.

About

A Subversion-like wrapper for Git

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published