Skip to content

vim-fugitive like package for atom. make commits and other git things without the terminal

License

Notifications You must be signed in to change notification settings

Snake231088/git-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-plus package

endorse

vim-fugitive like package for atom. make commits and other git things without the terminal

A screenshot of your spankin' package

Usage

  1. Git add [all]

Git add will add the current file and 'add all' will add all changed files

  1. Git commit

Will pull up a commit message file. The commit will be made when the file is saved NOT when the pane is closed. You can just cancel by closing the tab

  1. Git [checkout]

Change branches

  1. Git new branch

Create a new branch

  1. Git [push|pull]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

vim-fugitive like package for atom. make commits and other git things without the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published