Thanks to visit codestin.com
Credit goes to github.com

Skip to content

califa/github

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git prototype package

Take some of the original git package code, add a model, and use etch.

Goal is to prototype:

git clone [email protected]:atom/git.git
cd git
apm install
apm link -d
atom .

cd ../some-dir-with-a-git-repo
atom -d

TODO

Keyboard shortcuts

  • cmd-shift-c Opens changes panel

Staging Changes

  • right on a file focuses hunk
  • select hunks with up or down
  • enter to stage hunk
  • / to toggle line selection mode
  • shift-up or shift-down to expand line selection
  • a to select lines
  • enter to stage selected lines
  • backspace while on a changed file (not the diff) will prompt to discard changes
  • o on a changed file or hunk/line will open that file in a tab

About

:octocat: Git and GitHub integration for Atom

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 2.7%
  • Other 0.5%