Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 940 Bytes

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